Web: Files: fixed width of unselected node in settings tree

This commit is contained in:
Artem Tarasov 2021-06-07 00:21:40 +03:00
parent 9a798506e0
commit fac8dafe1e

View File

@ -19,6 +19,10 @@ const StyledTreeMenu = styled(TreeMenu)`
margin-top: 14px !important;
}
.rc-tree-node-content-wrapper {
width: 98% !important;
}
.rc-tree-node-selected {
background: #dfe2e3 !important;
}