Browse Source

Merge pull request #3502 from itainathaniel/patch-1

Fixed direction bug in RTL mode of the text input
Kevin Brown 10 years ago
parent
commit
19c87d3bae
1 changed files with 1 additions and 1 deletions
  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;
     }