1
0
mirror of https://github.com/node-red/node-red.git synced 2025-03-01 10:36:34 +00:00

Set label width in quick add dialog to prevent broken node icon

This commit is contained in:
Kazuhito Yokoi 2023-04-01 02:28:48 +09:00
parent f1fa1bbe4e
commit 1f3559e14f

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