소스 검색

Merge pull request #3502 from itainathaniel/patch-1

Fixed direction bug in RTL mode of the text input
Kevin Brown 10 년 전
부모
커밋
19c87d3bae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }