1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #3544 from fk/3306-clear-button-appears-under-long-text

#3306: Position clear button before the inline content of `.select2-selection__rendered`
This commit is contained in:
Kevin Brown 2015-11-09 18:15:12 -05:00
commit d0ce218c0b

View File

@ -18,6 +18,10 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.select2-selection__clear {
position: relative;
}
} }
&[dir="rtl"] { &[dir="rtl"] {