Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #55703, comment 1


Ignore:
Timestamp:
05/09/2022 03:10:30 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55703, comment 1

    v1 v2  
    33This is happen because if you check in 5.9 there is a space related css
    44CSS :-
     5{{{
    56@media (min-width: 782px) {
    6   .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-
    7   child){margin-left: var(--wp--style--block-gap,2em);
     7  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
     8    margin-left: var(--wp--style--block-gap,2em);
    89  }
    910}
     11}}}
    1012
    1113This css is missing in our latest update that's why this gutter spacing is looking different between both columns.