1
0
Fork 0
mirror of synced 2025-04-02 20:56:15 +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;
}