We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you add an empty icon to be able to padd out empty space if no icon is useed?
Like this maybe: .fa-empty::before { content: "\00a0"; }
.fa-empty::before { content: "\00a0"; }
The text was updated successfully, but these errors were encountered:
Since icons have not the same width, there is fa-fw if you need an empty icon or you could use custom css
fa-fw
Duplucate of #1606
Sorry, something went wrong.
No branches or pull requests
Could you add an empty icon to be able to padd out empty space if no icon is useed?
Like this maybe:
.fa-empty::before { content: "\00a0"; }
The text was updated successfully, but these errors were encountered: