Web: Client: fix asymmetrical margins in backup/restore

This commit is contained in:
Aleksandr Lushkin 2023-10-10 12:45:54 +02:00
parent 0dc84e9773
commit 310ed7ee52

View File

@ -10,14 +10,6 @@ import { tablet, mobile } from "@docspace/components/utils/device";
const INPUT_LENGTH = "350px";
const TEXT_LENGTH = "700px";
const commonStyles = css`
${(props) =>
props.theme.interfaceDirection === "rtl"
? css`
margin-left: 16px;
`
: css`
margin-right: 16px;
`}
.backup_modules-description {
margin-bottom: 24px;
margin-top: 8px;