1
0
Fork 0
mirror of synced 2025-04-02 20:56:15 +03:00

Merge pull request #3502 from itainathaniel/patch-1

Fixed direction bug in RTL mode of the text input
This commit is contained in:
Kevin Brown 2015-06-20 20:06:51 -04:00
commit 19c87d3bae

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