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

View File

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