mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Ensure treeList row has suitable min-height when no content
Fixes #3109
This commit is contained in:
parent
9b83afae42
commit
39aafc5007
@ -101,6 +101,9 @@
|
||||
}
|
||||
.red-ui-treeList-label-text {
|
||||
margin-left: 4px;
|
||||
&:empty {
|
||||
min-height: 20px;
|
||||
}
|
||||
}
|
||||
.red-ui-treeList-sublabel-text {
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user