Poorly targeted CSS rules are breaking Gutenberg Editor
-
The plugins stylesheet is targeting global CSS classes in the editor, using !important in the rule and not adding a plugin-specific prefix. This is breaking the editor layout for all other gutenberg blocks on my sites.
Example:
.components-base-control {
margin-bottom:10px!important;
}This is a global class used by all blocks in the editor and you are using !important without a prefix. It’s shocking to be honest.
Please fix this.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Poorly targeted CSS rules are breaking Gutenberg Editor’ is closed to new replies.