FIX: Spacing between category name and count

This commit is contained in:
Justin DiRose 2019-11-06 11:57:42 -06:00 committed by GitHub
parent 10ec8b47a8
commit f31b01ec91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
color: $danger; color: $danger;
} }
} }
.tag-id { .tag-id, .category-id {
margin-right: 3px; margin-right: 3px;
} }
} }