We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello
When I use some font awesome icons, the height of li is smaller.
You can even see it in the documentation : https://swisnl.github.io/jQuery-contextMenu/demo.html 26.38px https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons.html 22.38px
I search and the problem come from line-height inside .fa{} declaration
so you just have to add : .context-menu-icon.context-menu-icon--fa { line-height: inherit; }
.context-menu-icon.context-menu-icon--fa { line-height: inherit; }
The text was updated successfully, but these errors were encountered:
Font awesome li height is now consistent again. Fixes issue #610
263a054
Fixed, thanks for the report.
Sorry, something went wrong.
No branches or pull requests
Hello
When I use some font awesome icons, the height of li is smaller.
You can even see it in the documentation :
https://swisnl.github.io/jQuery-contextMenu/demo.html
26.38px
https://swisnl.github.io/jQuery-contextMenu/demo/fontawesome-icons.html
22.38px
I search and the problem come from line-height inside .fa{} declaration
so you just have to add :
.context-menu-icon.context-menu-icon--fa { line-height: inherit; }
The text was updated successfully, but these errors were encountered: