Siropu Well-known member Licensed customer Feb 19, 2019 #1 Example: Code: <xf:button fa="fa-trash" />
Chris D XenForo developer Staff member Licensed customer Feb 19, 2019 #2 You need to add the button--iconOnly class: HTML: <xf:button fa="fa-trash" class="button--iconOnly" /> Upvote 0 Downvote
You need to add the button--iconOnly class: HTML: <xf:button fa="fa-trash" class="button--iconOnly" />