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