Groups on user profile missing margin

This commit is contained in:
Kris 2019-01-23 10:10:17 -05:00
parent 096a81158a
commit 5feeac221e

View File

@ -59,6 +59,9 @@
color: $primary;
&.groups {
span:not(:last-of-type) {
margin-right: 0.25em;
}
span:after {
content: ",";
}