Ensure treeList row has suitable min-height when no content

Fixes #3109
This commit is contained in:
Nick O'Leary
2021-08-27 16:32:43 +01:00
parent 9b83afae42
commit 39aafc5007

View File

@@ -101,6 +101,9 @@
}
.red-ui-treeList-label-text {
margin-left: 4px;
&:empty {
min-height: 20px;
}
}
.red-ui-treeList-sublabel-text {
top: 0;