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;