summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorjerasmus <jerasmus@gitlab.com>2018-11-06 08:57:21 +0200
committerjerasmus <jerasmus@gitlab.com>2018-11-07 08:19:20 +0200
commit9406a497ba6214995d60be3f74252d295fac2da2 (patch)
treea58e41c5bc75ef66312e6518d5f98704f87b723e /app/assets/stylesheets
parent84f562e7040f1da818157853de84874d57135ca9 (diff)
downloadgitlab-ce-9406a497ba6214995d60be3f74252d295fac2da2.tar.gz
Fix miss-aligned approvers dropdown6500-fix-misaligned-approvers-dropdown
Fixed the miss-alignment by adding the correct classes. Cleaned up the method to rather use string interpolation.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/selects.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 381c0290d32..7f0edd88dfb 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -243,6 +243,8 @@
.user-result {
min-height: 24px;
+ display: flex;
+ align-items: center;
.user-image {
float: left;