Commit f0b37881 authored by Clement Ho's avatar Clement Ho

Fix username autocomplete group name with no avatar alignment

parent 8615e785
...@@ -204,6 +204,16 @@ ...@@ -204,6 +204,16 @@
} }
} }
div.avatar {
display: inline-flex;
justify-content: center;
align-items: center;
.center {
line-height: 14px;
}
}
strong { strong {
color: $gl-text-color; color: $gl-text-color;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment