Web: Components: Fixed view of switchers.

This commit is contained in:
Tatiana Lopaeva 2022-05-16 16:09:27 +03:00
parent 4a2369f545
commit 7dfb0b3d4b

View File

@ -20,7 +20,8 @@ const StyledTree = styled(Tree)`
margin-right: 10px;
vertical-align: 1px;
height: 24px;
width: 8px;
min-width: 8px;
max-width: 9px;
margin-top: -5px;
}
span.rc-tree-node-content-wrapper {