diff --git a/evap/static/scss/_adjustments.scss b/evap/static/scss/_adjustments.scss index bb8c758bec8b8df87668d05d4439a950979f09cc..49137ba63a2ad398f3b5aadd85e4644ec1671863 100644 --- a/evap/static/scss/_adjustments.scss +++ b/evap/static/scss/_adjustments.scss @@ -147,6 +147,12 @@ $alert-colors: ( } } +.select2-container .select2-search--inline .select2-search__field { + // The font in inline selections should not be overwritten and the placeholder should not be cropped at the bottom + font-family: inherit; + height: 1.5rem; +} + // datetimepicker adjustments .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {