Skip to content

Commit

Permalink
Merge pull request #185 from Automattic/try/padding-fix-1-6
Browse files Browse the repository at this point in the history
Try: Padding fix.
  • Loading branch information
johngodley authored Apr 12, 2021
2 parents 67fd0f8 + e5e8e16 commit ed7087b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/layout-grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/* autoprefixer grid: no-autoplace */

.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
// This padding adds end gutters.
padding-left: 24px;
Expand Down Expand Up @@ -92,6 +92,7 @@
* Individual Column Options
*/

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

0 comments on commit ed7087b

Please sign in to comment.