From bbfeb3146f0e00bfcca69b97f353d06894e85fd5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 12 Feb 2019 21:50:13 +0100 Subject: CSS: improve display of criteria filter --- scss/custom.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index b877a1255..6ee7fb3cd 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -106,6 +106,11 @@ pre { padding-bottom: 0; } +#advanced-search-info { + margin-bottom: 0; +} + +.search-widget #advanced-search-info .alert{ margin-bottom: 0.6rem; } @@ -125,7 +130,7 @@ pre { } .modal-body.body-scroll{ - max-height: calc(100vh - 300px); + max-height: calc(100vh - 270px); overflow-y: auto; } -- cgit v1.2.3