Merge pull request #3730 from ralphwetzel/master

Fix label overflow @ config-node palette
This commit is contained in:
Nick O'Leary 2022-07-04 20:52:04 +01:00 committed by GitHub
commit b4d30b462f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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;