diff options
| author | Clement Ho <ClemMakesApps@gmail.com> | 2017-08-15 18:22:15 -0500 |
|---|---|---|
| committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-08-15 18:22:15 -0500 |
| commit | f0b3788149848874393c89575fd90307be14d8c1 (patch) | |
| tree | c0f6d071f3c24f0611599d63237a668e9cbb7abf | |
| parent | 8615e78560837ec6b802c64fa81e621d5a4c0949 (diff) | |
| download | gitlab-ce-fix-autocomplete-group.tar.gz | |
Fix username autocomplete group name with no avatar alignmentfix-autocomplete-group
| -rw-r--r-- | app/assets/stylesheets/framework/markdown_area.scss | 10 |
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; } |
