minor CSS fix for custom user fields on user cards

This commit is contained in:
Jeff Atwood 2017-02-16 01:45:20 -08:00
parent 311b983c59
commit 34223dca4e
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
}
.public-user-fields {
margin-top: 8px;
margin-bottom: 8px;
.user-field-name {
font-weight: bold;
}