BigW Consortium Gitlab

Commit 04f7f394 by Phil Hughes

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

Fix username autocomplete group name with no avatar alignment Closes #36502 See merge request !13578
parents 441ba5f3 f0b37881
......@@ -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