Skip to content
New issue

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

Font Awesome Icon in Navigation gets cut off #1617

Closed
Mikes-Git opened this issue Mar 24, 2020 · 2 comments · Fixed by #1897
Closed

Font Awesome Icon in Navigation gets cut off #1617

Mikes-Git opened this issue Mar 24, 2020 · 2 comments · Fixed by #1897
Assignees

Comments

@Mikes-Git
Copy link

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

@Mikes-Git
Copy link
Author

Mikes-Git commented Mar 24, 2020

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
}

@chris-m92
Copy link

You should be able to use the sizing classes built into Font Awesome to resize natively fa-sm or fa-xs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants