Commit 5c9a4e86 authored by winh's avatar winh

Move remove token of Select2 to the right

parent a1695253
...@@ -109,10 +109,12 @@ ...@@ -109,10 +109,12 @@
line-height: 15px; line-height: 15px;
background-color: $gray-light; background-color: $gray-light;
background-image: none; background-image: none;
padding: 3px 18px 3px 5px;
.select2-search-choice-close { .select2-search-choice-close {
top: 4px; top: 5px;
left: 3px; left: initial;
right: 3px;
} }
&.select2-search-choice-focus { &.select2-search-choice-focus {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment