summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorSam Rose <sam@gitlab.com>2017-04-18 14:01:15 -0400
committerSam Rose <sam@gitlab.com>2017-04-28 13:02:57 -0400
commit575d9027d952f22949c60539e9b6384b04c2c75b (patch)
treed2a93912ab3f856e1786ac435b3f4e362df53047 /app/assets/stylesheets
parent1f47b570b93b64df8b365865431eef8d04cd79e4 (diff)
downloadgitlab-ce-575d9027d952f22949c60539e9b6384b04c2c75b.tar.gz
Display check next to assigned user in dropdown
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 1313ea25c2a..73ded9f30d4 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -390,7 +390,8 @@
&::before {
position: absolute;
left: 6px;
- top: 6px;
+ top: 50%;
+ transform: translateY(-50%);
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;