Fix invalid node size in quick add dialog

pull/5403/head
Kazuhito Yokoi 2026-01-02 14:37:30 +09:00
parent 6a75a084ad
commit 187ce3bea4
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;