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

Merge pull request #4128 from kazuhitoyokoi/master-fixquickadddialog

Fix broken subflow icon and overflowed name in quick add dialog
This commit is contained in:
Nick O'Leary 2023-04-28 15:22:25 +01:00 committed by GitHub
commit ee43a845aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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