[wp-trac] [WordPress Trac] #54169: Twenty Nineteen: columns set to Full width extend beyond editor window bounds (was: Gutenberg issue - when columns are set to Full width they extend beyond editor window bounds)
WordPress Trac
noreply at wordpress.org
Tue Sep 28 01:44:33 UTC 2021
#54169: Twenty Nineteen: columns set to Full width extend beyond editor window
bounds
---------------------------------+------------------------------
Reporter: charleyparkerdesign | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.8.1
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: css
---------------------------------+------------------------------
Changes (by sabernhardt):
* keywords: needs-testing => needs-patch
* focuses: => css
* component: Administration => Bundled Theme
* severity: minor => normal
Comment:
This is apparently an issue with Twenty Nineteen and full-width blocks in
the editor. On the front end, the post content has a max-width and then
the full-width block is 125% of that. In the editor, the wrapper does not
have the max-width.
It might be better with this:
{{{
.editor-styles-wrapper {
max-width: 80%;
margin: 0 10%;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54169#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list