mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: badge titles should always render under the badge image on user's badges page
This commit is contained in:
@@ -51,7 +51,9 @@
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin: auto;
|
||||
margin-bottom: 4px;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user