From fe819006392d4e9b2215aa22ecf06b13c8f2cd2d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 15 Sep 2023 10:42:33 +0200 Subject: [PATCH] Update select2.scss --- .../css/admin_v3/components/select2.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/components/select2.scss b/app/webpacker/css/admin_v3/components/select2.scss index 7609ae6264..5751802972 100644 --- a/app/webpacker/css/admin_v3/components/select2.scss +++ b/app/webpacker/css/admin_v3/components/select2.scss @@ -188,9 +188,23 @@ label .select2-container { } } +.select2-container { + .select2-choice, + .select2-choices { + height: $btn-relaxed-height !important; // !important is needed because of vendor/assets/stylesheets/select2.css.scss + padding: 10px; + } +} + +.select2-container .select2-choices { + input { + position: relative; + top: -10px; + } +} + .select2-container { .select2-choice { - height: $btn-relaxed-height; padding: 10px 15px; color: $near-black !important;