Merge branch 'release/v1.2' of https://github.com/ONLYOFFICE/AppServer into release/v1.2

This commit is contained in:
Alexey Safronov 2022-06-28 12:30:01 +03:00
commit ccf7953a2d

View File

@ -66,7 +66,8 @@ const ModalDialogContainer = styled(ModalDialog)`
border: ${(props) => props.theme.filesModalDialog.border};
@media ${tablet} {
padding: 0;
//padding: 0;
padding-top: 0;
border: 0;
}