Improve handling of long labels in TreeList

This commit is contained in:
Nick O'Leary
2021-10-08 15:30:43 +01:00
parent cdfeba0b82
commit 154d3842a8
3 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
.red-ui-sidebar-info {
height: 100%;
overflow: hidden;
}
.red-ui-sidebar-info hr {
margin: 10px 0;

View File

@@ -102,6 +102,8 @@
}
.red-ui-treeList-label-text {
margin-left: 4px;
overflow: hidden;
text-overflow: ellipsis;
&:empty {
min-height: 20px;
}
@@ -121,6 +123,7 @@
.red-ui-treeList-icon {
display: inline-block;
flex-shrink: 0;
width: 20px;
text-align: center;
}