12852: remove fix height for the select2-choices

This commit is contained in:
Ahmed Ejaz
2024-09-14 17:18:09 +05:00
parent 68491559f3
commit 1545708d4e

View File

@@ -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;
}
}