From 1b194fa9357cb4801f4ce1bca90014474808f523 Mon Sep 17 00:00:00 2001 From: kb22 Date: Tue, 29 Sep 2020 17:00:28 -0400 Subject: [PATCH] Fix for extended button heights --- www/custom_no_scroll.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/custom_no_scroll.css b/www/custom_no_scroll.css index 25d0524..d23d02a 100644 --- a/www/custom_no_scroll.css +++ b/www/custom_no_scroll.css @@ -1024,4 +1024,9 @@ width: 40px; .small_description { font-size: 0.5em; +} + +/* Fix for button height */ +.bootstrap-select.form-control { + height: auto !important; } \ No newline at end of file