You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A solution for this issue is discussed in the WordPress/gutenberg repo in Issue #37504 .
adding margin-left: calc((100% - var(--wp--style--global--content-size)) / 2) !important; to body .is-layout-constrained > .alignleft and body .is-layout-constrained > .alignright fixes the issue.
… their binding box (#274)
* fix: 🐛 Correct issue of images breaking out of content area #257
* refactor: 🎨 Move float fix CSS from `images.css` to `_alignments.scss` for global use.
We need to figure this one out. I think Rich Tabor has a blog post we should read to resolve this.
The text was updated successfully, but these errors were encountered: