From 1545708d4e629a8d70602b25b62ade27686702f5 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Sat, 14 Sep 2024 17:18:09 +0500 Subject: [PATCH] 12852: remove fix height for the select2-choices --- app/webpacker/css/admin_v3/components/select2.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/components/select2.scss b/app/webpacker/css/admin_v3/components/select2.scss index d42fc66d6b..f09a653d78 100644 --- a/app/webpacker/css/admin_v3/components/select2.scss +++ b/app/webpacker/css/admin_v3/components/select2.scss @@ -182,7 +182,6 @@ 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; } }