Web: Common: PageLayout: fixed padding between filter and row

This commit is contained in:
Artem Tarasov 2020-10-26 14:24:09 +03:00
parent faf0adf664
commit 5c07f4a631
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ const commonStyles = css`
.section-wrapper-content {
flex: 1 0 auto;
padding: 16px 7px 16px 24px;
padding: 17px 7px 16px 24px;
outline: none;
${(props) => props.viewAs == "tile" && "padding-right:0;"}

View File

@ -10,7 +10,7 @@ const tabletProps = css`
.section-body_filter {
display: block;
margin: 0 0 23px;
margin: 0 0 25px;
}
`;