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
var stylesJSON = [ { btnName: 'superscript', wrap: 'sup' } ]; $('#redactor').redactor({ plugins: ['styles'], stylesJson: stylesJSON });
Clicking Remove style does nothing, and the style can be applied multiple times.
Remove style
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue, the remove class appears to remove the outer class. but not the inner classes
After applying a couple of styles, in this case buttons the remove style only appears to remove the text-align: center
<p style="text-align: center;"> <a href="#"><span class="btn btn-alternative"><span class="btn btn-default">Button</span></span></a> </p>
Sorry, something went wrong.
No branches or pull requests
Clicking
Remove style
does nothing, and the style can be applied multiple times.The text was updated successfully, but these errors were encountered: