Better scope CSS changes after #14407 to avoid plugins layout breakage #15465
Labels
[Type] Bug
An existing feature does not function as intended
[Type] Regression
Related to a regression in the latest release
#14407 introduced some CSS changes that can break the UI provided by plugins.
Specifically the margins applied using the
[data-block]
selector, is breaking something in the Yoast SEO metabox and can potentially break other plugins. The Yoast SEO metabox uses some editable fields generated byDraft.js
, which does use adata-block="true"
attribute.Broken layout:
Previous (and expected) layout:
Can this change be revisited please? This selector is too broad, not scoped with any specific Gutenberg class and, at the very least, should be restricted to only the editor content area.
The text was updated successfully, but these errors were encountered: