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
Hello, Icons from fontawesome are broken when I integrate jquery-comments.
The problem come from the font-family: inherit; in the firsts lines of the css. If I remove this line everything work fine.
font-family: inherit;
The text was updated successfully, but these errors were encountered:
Did you load the font-awsesome.css after the jquery-comments.css as it is supposed to?
Sorry, something went wrong.
I made a workaround by forcing the font family on:
.jquery-comments i.fa { font: normal normal normal 14px/1 FontAwesome; }
My font-awesome library is included as part of an admin theme that I cannot change.
I'm happy to let you know that this bug has been fixed in version 1.1.0
No branches or pull requests
Hello,
Icons from fontawesome are broken when I integrate jquery-comments.
The problem come from the
font-family: inherit;
in the firsts lines of the css. If I remove this line everything work fine.The text was updated successfully, but these errors were encountered: