2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00

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

View file

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