1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Wrap text of label in quick add dialog

This commit is contained in:
Kazuhito Yokoi 2023-04-01 02:34:11 +09:00
parent 1f3559e14f
commit 8e4933041d

View File

@ -109,6 +109,7 @@
.red-ui-search-result-node-label {
color: var(--red-ui-secondary-text-color);
width: 240px;
overflow-wrap: anywhere;
}
}