File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 102102 margin-bottom : var (--spacing--block-1 );
103103 }
104104
105+ :where(.is-layout-flex ),
106+ :where(.is-layout-grid ) {
107+ gap : get-gutter-width ();
108+ }
109+
105110 // ----
106111 // Alignements verticaux
107112 // ----
108113 > * ,
109- [class *= " inner-container" ] > * {
114+ [class *= " inner-container" ]:not ( .is-layout-grid ) > * {
110115 margin-top : var (--spacing--block-1 );
111116 margin-bottom : var (--spacing--block-1 );
112117
Original file line number Diff line number Diff line change 11.wp-block-columns {
22 @include block-vertical-spacing ();
3- gap : get-gutter-width () !important ;
43
54 .wp-block-column {
65 & .has-background {
Original file line number Diff line number Diff line change 1- // .wp-block-gallery {
2- // ...
3- // }
1+ .wp-block-gallery {
2+ --wp--style--gallery-gap-default : #{ get-gutter-width ()} !important ;
3+ }
Original file line number Diff line number Diff line change 11.wp-block-group {
22 $el : &;
33
4- display : flow-root ;
4+ & :not (.is-layout-grid ) {
5+ display : flow-root ;
6+ }
57
68 & --no-inner-margin {
79 #{$el } __inner-container {
2123
2224@include editor-only {
2325 .wp-block-group {
24- display : flow-root ;
26+ & :not (.is-layout-grid ) {
27+ display : flow-root ;
28+ }
2529
2630 .wp-block-group.has-background > .block-editor-block-list__layout > [data-align = " full" ] {
2731 width : 100% ;
You can’t perform that action at this time.
0 commit comments