Merge branch 'release/v2.0.0' of https://github.com/ONLYOFFICE/DocSpace-client into release/v2.0.0

This commit is contained in:
Tatiana Lopaeva 2023-11-13 11:29:31 +03:00
commit 651cdd2e27

View File

@ -76,7 +76,8 @@ const SimpleFilesRowContent = styled(RowContent)`
: css`
padding: 12px 12px 0px 0px;
`}
margin-top: -12px;
margin-top: ${(props) =>
props.theme.interfaceDirection === "rtl" ? "-14px" : "-12px"}
}
@media ${tablet} {