mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
FontAwesome 6.4.2, fixing font-size at fa-comment-o icon on minicard
This commit is contained in:
parent
ea39cfbf5a
commit
7ada41e741
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ template(name="minicard")
|
|||
unless currentUser.isNoComments
|
||||
if comments.length
|
||||
.badge(title="{{_ 'card-comments-title' comments.length }}")
|
||||
span.badge-icon.fa.fa-comment-o.badge-comment
|
||||
span.badge-icon.fa.fa-comment-o.badge-comment.badge-text
|
||||
= ' '
|
||||
= comments.length
|
||||
//span.badge-comment.badge-text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue