Web: People: fixed accounts row styles

This commit is contained in:
Nikita Gopienko 2022-09-19 13:41:47 +03:00
parent cbf411d80b
commit 0b160d9a3f

View File

@ -82,7 +82,13 @@ const StyledSimpleUserRow = styled(Row)`
.styled-element {
height: 32px;
margin-right: 7px;
margin-right: 12px;
}
.checkbox {
padding-right: 5px !important;
:hover {
padding-right: 5px !important;
}
}
`;