From ce5514505386da2a4a48c615b2982f8dfa07df7e Mon Sep 17 00:00:00 2001
From: Johannes Wolf <johannes-wolf@posteo.de>
Date: Mon, 31 Jan 2022 20:35:02 +0100
Subject: [PATCH] make adjustments for select2 inline search field

---
 evap/static/scss/_adjustments.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/evap/static/scss/_adjustments.scss b/evap/static/scss/_adjustments.scss
index bb8c758be..49137ba63 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 {
-- 
GitLab