diff --git a/app/webpacker/css/admin_v3/components/select2.scss b/app/webpacker/css/admin_v3/components/select2.scss index d42fc66d6b1..1c6fc91f546 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; } } @@ -229,16 +228,14 @@ label .select2-container { display: flex; align-items: center; justify-content: center; - padding-left: 7px; .select2-search-choice-close { - position: relative; - order: -1; - width: auto; - left: 0; - top: 0; - margin: 0; - padding: 0; + font-size: 85%; + @extend .icon-remove; + @extend [class^="icon-"], :before; + width: 0; + margin-left: 2px; + color: $color-1; } } }