Skip to content

Commit

Permalink
fix: fixed spacing issue on pricing page (closes #287)
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 31, 2024
1 parent 2904b11 commit 7673009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/pricing.pug
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ block body
li.list-group-item.d-flex.align-items-center.font-weight-bold
i.fa.fa-fw.fa-paperclip.text-themed.mr-3
= " "
!= t('<span class="notranslate">%s</span> attachment limit', config.smtpMessageMaxSize)
= config.smtpMessageMaxSize
!= "&nbsp;"
= t("attachment limit")
li.list-group-item.d-flex.align-items-center
i.fa.fa-fw.fa-plus.text-themed.mr-3
a.font-weight-bold.text-themed.text-decoration-underline(
Expand Down

0 comments on commit 7673009

Please sign in to comment.