Gutenberg is overriding my theme font styles. When inspecting the text in the browser developer tool, it shows styles from (docroot/modules/contrib/gutenberg/vendor/gutenberg/editor/editor-styles.css) rather than the original them style.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3081000-disable-inline-editing-to avoid-style-conflicts.patch | 865 bytes | marcofernandes |
| Gutenberg.png | 154.54 KB | alfattal |
Comments
Comment #2
sadeghbayan commented+1
Comment #3
sadeghbayan commentedactually had this problem the other day and found out that quick edit has some problem with gutenberg module.
after disabling quick edit module it worked as expected.
Comment #4
pvasener commentedI experimented the same problem but the Quick Edit module was not installed. Nevertheless, installing and then uninstalling it fixed the issue.
Thanks for the tweak.
Comment #5
frazac+1
disabling quick edit worked for me.
Comment #6
marcofernandes commentedDisabling quick edit does the trick but there's a commit on 8.x-2.x that fixes this. I included a patch for 1.x versions.
Comment #7
marcofernandes commentedComment #8
thorandre commented