diff options
author | winh <winnie@gitlab.com> | 2017-06-12 20:35:46 +0200 |
---|---|---|
committer | winh <winnie@gitlab.com> | 2017-06-14 00:09:45 +0200 |
commit | 5c9a4e86679f1eb21fa15bcc7699d6f49661ad15 (patch) | |
tree | 7ed8ee80bcb17540b295f654692707be655bef34 | |
parent | a1695253215534539ea17794a8696212c5454b82 (diff) | |
download | gitlab-ce-5c9a4e86679f1eb21fa15bcc7699d6f49661ad15.tar.gz |
Move remove token of Select2 to the right
-rw-r--r-- | app/assets/stylesheets/framework/selects.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss index 5ae833cd5f6..1b20c35ad98 100644 --- a/app/assets/stylesheets/framework/selects.scss +++ b/app/assets/stylesheets/framework/selects.scss @@ -109,10 +109,12 @@ line-height: 15px; background-color: $gray-light; background-image: none; + padding: 3px 18px 3px 5px; .select2-search-choice-close { - top: 4px; - left: 3px; + top: 5px; + left: initial; + right: 3px; } &.select2-search-choice-focus { |