1
0
mirror of synced 2024-11-22 13:06:08 +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;
}