scss: align select2 empty selection symbol left of dropdown icon (#66913)

This commit is contained in:
Frédéric Péters 2022-07-14 21:54:08 +02:00
parent 971a76600c
commit 2be76353c2
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ span.select2-container {
}
}
.select2-selection--single .select2-selection__clear {
margin-right: 2em;
}
.select2-dropdown {
border: $widget-border;