1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Fixed direction bug in RTL mode of the text input

This commit is contained in:
Itai Nathaniel 2015-06-19 18:09:25 +03:00
parent 6a08076c18
commit 4811ff2c59

View File

@ -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;
}