Fix select2 style preference

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-01-09 15:13:34 +01:00
parent e4e5cf8757
commit 96102c1b70
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 3 deletions

View File

@ -474,9 +474,9 @@ div.select2-drop {
cursor: pointer;
}
}
.select2-container-multi {
a.select2-choices,
&.select2-container-active a.select2-choices {
div.select2-container-multi {
.select2-choices,
&.select2-container-active .select2-choices {
box-shadow: none;
white-space: nowrap;
text-overflow: ellipsis;