Web: Client: fixed accessRights admins page styles

This commit is contained in:
Nikita Gopienko 2019-12-06 09:54:32 +03:00
parent 96a2616e61
commit 105b4bdd3a

View File

@ -59,6 +59,12 @@ const ToggleContentContainer = styled.div`
.filter_container {
margin-top: 16px;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
`;
class PureAdminsSettings extends Component {