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