Web: Common/Components/Files: Fixed filter and file create field styles

This commit is contained in:
Alexey Kostenko 2020-10-22 14:10:58 +03:00
parent e1693adcdb
commit bb00498c44
4 changed files with 4 additions and 2 deletions

View File

@ -19,6 +19,7 @@ const EditingWrapper = styled.div`
font-family: "Open Sans", sans-serif, Arial;
text-align: left;
color: #333333;
margin-left: 6px;
}
.edit-button {
margin-left: 8px;

View File

@ -3,7 +3,7 @@ import styled from "styled-components";
import isEqual from "lodash/isEqual";
const StyledSectionFilter = styled.div`
margin: 16px 24px -8px 0;
margin: 16px 24px 9px 0;
`;
class SectionFilter extends React.Component {

View File

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

View File

@ -15,6 +15,7 @@ const StyledRowContainer = styled.div`
: "100%"
: "auto"};
position: relative;
margin-top:-18px;
`;
class RowContainer extends React.PureComponent {