We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fd0f8 commit e5e8e16Copy full SHA for e5e8e16
blocks/layout-grid/style.scss
@@ -10,7 +10,7 @@
10
*/
11
12
/* autoprefixer grid: no-autoplace */
13
-
+.wp-block-jetpack-layout-grid-editor,
14
.wp-block-jetpack-layout-grid {
15
// This padding adds end gutters.
16
padding-left: 24px;
@@ -92,6 +92,7 @@
92
* Individual Column Options
93
94
95
+.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column,
96
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column {
97
// When a column has a background color, we add negative margins to enable
98
// some of the gutter to work as default padding.
0 commit comments