Browse Source

Fixed direction bug in RTL mode of the text input

Itai Nathaniel 10 năm trước cách đây
mục cha
commit
4811ff2c59

+ 1 - 1
src/scss/theme/default/_multiple.scss

@@ -59,7 +59,7 @@
 
 
 &[dir="rtl"] {
 &[dir="rtl"] {
   .select2-selection--multiple {
   .select2-selection--multiple {
-    .select2-selection__choice, .select2-selection__placeholder {
+    .select2-selection__choice, .select2-selection__placeholder, .select2-search--inline {
       float: right;
       float: right;
     }
     }