[wp-trac] [WordPress Trac] #55703: Columns block has layout issue with WordPress 6.0 RC
WordPress Trac
noreply at wordpress.org
Mon May 9 13:59:57 UTC 2022
#55703: Columns block has layout issue with WordPress 6.0 RC
--------------------------+------------------------------
Reporter: marctison75 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: css
--------------------------+------------------------------
Comment (by nidhidhandhukiya):
Hello @marctison75,
I also able to face this issue.
This is happen because if you check in 5.9 there is a space related css
CSS :-
@media (min-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not
(:first-child) {
margin-left: var(--wp--style--block-gap,2em);
}
}
This css is missing in our latest update that's why this gutter spacing is
looking different between both columns.
If we need to make it same so adding this css can solve this issue.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55703#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list