mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix label overflow @ config-node palette
This commit is contained in:
parent
f760354e82
commit
0fdcbb4611
@ -54,6 +54,9 @@ ul.red-ui-sidebar-node-config-list {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:not(:last-child) {
|
||||
width: calc(100% - 38px);
|
||||
}
|
||||
}
|
||||
.red-ui-palette-icon-container {
|
||||
font-size: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user