Commit dff88676 authored by Phil Hughes's avatar Phil Hughes Committed by Jarka Kadlecova

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

Fix username autocomplete group name with no avatar alignment

Closes #36502

See merge request !13578
parent a108fed5
......@@ -204,6 +204,16 @@
}
}
div.avatar {
display: inline-flex;
justify-content: center;
align-items: center;
.center {
line-height: 14px;
}
}
strong {
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