Web: Components: fixed TreeFolders styles

This commit is contained in:
Nikita Gopienko 2020-06-24 14:06:07 +03:00
parent b64fd26e72
commit 3c619cfb40

View File

@ -19,7 +19,7 @@ const StyledTreeContainer = styled.div`
const StyledTreeMenu = styled(Tree)` const StyledTreeMenu = styled(Tree)`
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 93%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
&:not(.rc-tree-show-line) .rc-tree-switcher-noop { &:not(.rc-tree-show-line) .rc-tree-switcher-noop {