summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-16 07:44:21 +0000
committerPhil Hughes <me@iamphill.com>2017-08-16 07:44:21 +0000
commit04f7f394d3825e3290f523dce28d42b7c87fc9bb (patch)
treeff6d8110bec0fa51c05bbfb8e76b2ae366dccc3f
parent441ba5f35bd3415cd26bf3eeaead509181313058 (diff)
parentf0b3788149848874393c89575fd90307be14d8c1 (diff)
downloadgitlab-ce-04f7f394d3825e3290f523dce28d42b7c87fc9bb.tar.gz
Merge branch 'fix-autocomplete-group' into 'master'
Fix username autocomplete group name with no avatar alignment Closes #36502 See merge request !13578
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index fcd4c72b430..e3920b5d3d9 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -204,6 +204,16 @@
}
}
+ div.avatar {
+ display: inline-flex;
+ justify-content: center;
+ align-items: center;
+
+ .center {
+ line-height: 14px;
+ }
+ }
+
strong {
color: $gl-text-color;
}