Parcourir la source

Fixed direction bug in RTL mode of the text input

Itai Nathaniel il y a 10 ans
Parent
commit
4811ff2c59
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/scss/theme/default/_multiple.scss

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

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