Web: Client: Settings: fixed max-width for unselected TreeNode

This commit is contained in:
Artem Tarasov 2021-05-25 19:17:17 +03:00
parent 7e7a8302d5
commit 1aba7c5dbe

View File

@ -41,6 +41,7 @@ const StyledTreeMenu = styled(TreeMenu)`
span.rc-tree-node-content-wrapper:not(.rc-tree-node-content-wrapper-open) {
width: unset;
padding: 0 4px 0 4px !important;
max-width: 98%;
@media ${tablet} {
margin-left: 24px;
}