Skip to content

Commit 19c87d3

Browse files
committed
Merge pull request select2#3502 from itainathaniel/patch-1
Fixed direction bug in RTL mode of the text input
2 parents 6a08076 + 4811ff2 commit 19c87d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scss/theme/default/_multiple.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
&[dir="rtl"] {
6161
.select2-selection--multiple {
62-
.select2-selection__choice, .select2-selection__placeholder {
62+
.select2-selection__choice, .select2-selection__placeholder, .select2-search--inline {
6363
float: right;
6464
}
6565

0 commit comments

Comments
 (0)