1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

increase quick-add height to reveal 2 most recent

fixes #3568
This commit is contained in:
Steve-Mcl 2022-06-26 12:16:39 +01:00
parent 1f5588b803
commit 125b37e98f

View File

@ -54,7 +54,7 @@
} }
.red-ui-search-results-container { .red-ui-search-results-container {
display: none; display: none;
height: 150px; height: 195px;
.red-ui-editableList-container { .red-ui-editableList-container {
border: 1px dashed $primary-border-color; border: 1px dashed $primary-border-color;
border-top: 1px solid $secondary-border-color; border-top: 1px solid $secondary-border-color;