Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-16 10:44:21 +0300
committerPhil Hughes <me@iamphill.com>2017-08-16 10:44:21 +0300
commit04f7f394d3825e3290f523dce28d42b7c87fc9bb (patch)
treeff6d8110bec0fa51c05bbfb8e76b2ae366dccc3f /app/assets
parent441ba5f35bd3415cd26bf3eeaead509181313058 (diff)
parentf0b3788149848874393c89575fd90307be14d8c1 (diff)
Merge branch 'fix-autocomplete-group' into 'master'
Fix username autocomplete group name with no avatar alignment Closes #36502 See merge request !13578
Diffstat (limited to 'app/assets')
-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;
}