Web: Client: Data Import: fix row container spacing

This commit is contained in:
Vladimir Khvan 2024-07-05 18:19:53 +05:00
parent d69498cbdc
commit 37ec30764c
3 changed files with 18 additions and 0 deletions

View File

@ -38,6 +38,12 @@ import { AddEmailRowProps, RowViewProps } from "../../../../types";
const StyledRowContainer = styled(RowContainer)` const StyledRowContainer = styled(RowContainer)`
margin-bottom: 20px; margin-bottom: 20px;
.row-main-container-wrapper {
@media ${tablet} {
margin: 0;
}
}
`; `;
const StyledRow = styled(Row)` const StyledRow = styled(Row)`

View File

@ -52,6 +52,12 @@ const StyledRowContainer = styled(RowContainer)`
.ec-desc { .ec-desc {
max-width: 348px; max-width: 348px;
} }
.row-main-container-wrapper {
@media ${tablet} {
margin: 0;
}
}
`; `;
const StyledRow = styled(Row)` const StyledRow = styled(Row)`

View File

@ -105,6 +105,12 @@ const StyledRowContainer = styled(RowContainer)`
.ec-desc { .ec-desc {
max-width: 348px; max-width: 348px;
} }
.row-main-container-wrapper {
@media ${tablet} {
margin: 0;
}
}
`; `;
const StyledRow = styled(Row)` const StyledRow = styled(Row)`