#3306: Position clear button before the inline content of `.select2-selection__rendered`
@@ -18,6 +18,10 @@
text-overflow: ellipsis;
white-space: nowrap;
}
+
+ .select2-selection__clear {
+ position: relative;
+ }
&[dir="rtl"] {