Merge pull request #3502 from itainathaniel/patch-1
Fixed direction bug in RTL mode of the text input
This commit is contained in:
commit
19c87d3bae
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user