marmelab / aor-rich-text-input

<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs
MIT License
23 stars 25 forks source link

style="color: rgb(0, 0, 0)" #17

Closed samhiddenhand closed 6 years ago

samhiddenhand commented 6 years ago

The editor seems to apply style="color: rgb(0, 0, 0)" to tags (strong, em, etc) on text created with the editor, which then overrides the styles that would be applied to the text on our front-end. Why is this being applied? How can we make it not do this? Thanks.