Merge pull request #12860 from chahmedejaz/bugfix/12852-fix-select2-choices-fixed-height

[BUU] Fix Display ordering in shopfront field to allow re-ordering of the sequence
This commit is contained in:
Rachel Arnould
2024-10-04 16:59:54 +02:00
committed by GitHub

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