mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user