mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: badge titles should always render under the badge image on user's badges page
This commit is contained in:
parent
3cfb1dedf3
commit
ef0b75386f
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
{{icon-or-image badge.icon}}
|
||||
{{badge.displayName}}
|
||||
<span class="badge-display-name">{{badge.displayName}}</span>
|
||||
{{yield}}
|
||||
|
|
|
@ -51,7 +51,9 @@
|
|||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin: auto;
|
||||
margin-bottom: 4px;
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue