1
0
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:
Nick O'Leary 2021-08-27 16:32:43 +01:00
parent 8e89b1bdf2
commit 26d83bb9ea
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

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;