Skip to content

Commit e5e8e16

Browse files
committed
Try: Padding fix.
1 parent 67fd0f8 commit e5e8e16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blocks/layout-grid/style.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
/* autoprefixer grid: no-autoplace */
13-
13+
.wp-block-jetpack-layout-grid-editor,
1414
.wp-block-jetpack-layout-grid {
1515
// This padding adds end gutters.
1616
padding-left: 24px;
@@ -92,6 +92,7 @@
9292
* Individual Column Options
9393
*/
9494

95+
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column,
9596
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column {
9697
// When a column has a background color, we add negative margins to enable
9798
// some of the gutter to work as default padding.

0 commit comments

Comments
 (0)