mirror of https://github.com/node-red/node-red.git
Fix invalid node size in quick add dialog
parent
6a75a084ad
commit
187ce3bea4
|
|
@ -80,6 +80,7 @@
|
|||
width: 18px;
|
||||
height: 15px;
|
||||
margin-top: 1px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.red-ui-search-result-node-port {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
padding: 2px 16px 2px 4px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.red-ui-editableList-container {
|
||||
padding: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue