Button Icon CSS

Hello… Is there any way to increase the space between the icon and the text?
Thanks !

Hey, you can add padding to the CSS for the button icon element.

Something like this (update for your icon name and choose whatever padding you prefer):

i.far.fa-check {
    padding-right: 10px;
}