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
On navigation elements the Font Awesome 5 get cut off on bigger icons Example:
fas fa-building fas fa-store-alt
Maybe there is a radius in the CSS? Regards Mike
The text was updated successfully, but these errors were encountered:
css code injection does not work in the administration for this, front end css works
.v-avatar { border-radius: 0!important } .v-icon.v-icon { font-size: 20px!important }
Sorry, something went wrong.
You should be able to use the sizing classes built into Font Awesome to resize natively fa-sm or fa-xs
fa-sm
fa-xs
NGPixel
Successfully merging a pull request may close this issue.
On navigation elements the Font Awesome 5 get cut off on bigger icons
Example:
fas fa-building
fas fa-store-alt
Maybe there is a radius in the CSS?
Regards
Mike
The text was updated successfully, but these errors were encountered: