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

View File

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