fixed moveTo and Copy modals

This commit is contained in:
mushka 2022-04-20 11:12:35 +03:00
parent 10090256a2
commit 7ba70ce193
2 changed files with 3 additions and 4 deletions

View File

@ -59,9 +59,8 @@ const SelectionPanelBody = ({
style={{ maxWidth: "773px" }}
displayType="modal"
isLoading={isLoading}
//isLarge
//autoMaxHeight
//autoMaxWidth
autoMaxHeight
autoMaxWidth
>
<ModalDialog.Header theme={theme}>{dialogName}</ModalDialog.Header>
<ModalDialog.Body

View File

@ -38,7 +38,7 @@ const StyledBody = styled.div`
margin-right: -4px;
.selection-panel_files-body {
//width: 500px;
width: 500px;
grid-area: files;
display: grid;
grid-template-rows: max-content auto;