Merge pull request #3711 from Steve-Mcl/quick-add-height

Increase quick-add height to reveal 2 most recent entries
This commit is contained in:
Nick O'Leary
2022-06-27 14:09:38 +01:00
committed by GitHub

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;