Merge pull request #5403 from kazuhitoyokoi/master-fixquickadddialog

Fix invalid node size in quick add dialog
pull/5418/head
Nick O'Leary 2026-01-05 17:05:26 +00:00 committed by GitHub
commit 7bf72090a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@
width: 18px;
height: 15px;
margin-top: 1px;
flex-shrink: 0;
}
.red-ui-search-result-node-port {
position: absolute;

View File

@ -21,6 +21,7 @@
padding: 2px 16px 2px 4px;
font-size: 0.9em;
}
overflow-x: hidden;
}
.red-ui-editableList-container {
padding: 5px;