Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Try: Padding fix.
  • Loading branch information
jasmussen committed Apr 12, 2021
commit e5e8e16d36efb769e80ffc55dc104c0c0e65f6b9
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