Merge branch 'fix-autocomplete-group' into 'master'

Fix username autocomplete group name with no avatar alignment

Closes #36502

See merge request !13578
This commit is contained in:
Phil Hughes 2017-08-16 07:44:21 +00:00
commit 04f7f394d3
1 changed files with 10 additions and 0 deletions

View File

@ -204,6 +204,16 @@
}
}
div.avatar {
display: inline-flex;
justify-content: center;
align-items: center;
.center {
line-height: 14px;
}
}
strong {
color: $gl-text-color;
}