|
@@ -430,13 +430,12 @@ export const HandsontableModal = (): JSX.Element => {
|
|
|
|
|
|
|
|
const closeButton = (
|
|
const closeButton = (
|
|
|
<span>
|
|
<span>
|
|
|
- {/* change order because of `float: right` by '.close' class */}
|
|
|
|
|
- <button type="button" className="btn btn-close" onClick={cancel} aria-label="Close"></button>
|
|
|
|
|
<ExpandOrContractButton
|
|
<ExpandOrContractButton
|
|
|
isWindowExpanded={isWindowExpanded}
|
|
isWindowExpanded={isWindowExpanded}
|
|
|
contractWindow={contractWindow}
|
|
contractWindow={contractWindow}
|
|
|
expandWindow={expandWindow}
|
|
expandWindow={expandWindow}
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <button type="button" className="btn btn-close" onClick={cancel} aria-label="Close"></button>
|
|
|
</span>
|
|
</span>
|
|
|
);
|
|
);
|
|
|
|
|
|