diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-14 19:29:39 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-14 19:29:39 +0000 |
commit | e6ec15c4e528074ca2c0a479ea10357a72af697d (patch) | |
tree | c9406556ad1a6ee2eb34d5f9967081fb3d49e2b5 | |
parent | 43e1481c8191651880fe20ff2b07a5501a5f7112 (diff) | |
parent | 5c9a4e86679f1eb21fa15bcc7699d6f49661ad15 (diff) | |
download | gitlab-ce-e6ec15c4e528074ca2c0a479ea10357a72af697d.tar.gz |
Merge branch 'winh-select2-remove-token' into 'master'
Move remove token of Select2 to the right
See merge request !12101
-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 { |