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
1 changed files with 2 additions and 0 deletions

View File

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