diff --git a/frontend/components/Tree/Tree.scss b/frontend/components/Tree/Tree.scss index 219c4e8e7..2e3d443ea 100644 --- a/frontend/components/Tree/Tree.scss +++ b/frontend/components/Tree/Tree.scss @@ -66,7 +66,10 @@ .nodeLabel { display: inline-block; width: 100%; - padding: 4px 5px; + padding: 4px 5px 0; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; &.isActive { background-color: #31363F; @@ -76,4 +79,4 @@ .rootLabel { color: #ccc; } -} \ No newline at end of file +}