Gutenberg editor paragraph font small when plugin activated
-
I noticed that the paragraph font size is small in the Gutenberg editor (posts and pages). I disabled this plugin and the font size was restored.
The following CSS from ayecode-ui-settings.php (line 518):
p { font-size: 13px; line-height: 1.5; margin: 1em 0; }
Is overriding this CSS:
:where(.editor-styles-wrapper) p { font-size: revert; line-height: revert; margin: revert; }
It looks as though that plugin is bringing in lots of unwanted CSS to the admin area.
WordPress v6.4.2
GeoDirectory v2.3.34?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Gutenberg editor paragraph font small when plugin activated’ is closed to new replies.