Skip to content

Commit

Permalink
Refs #129216 remove padding from column-grid when we have styled-with…
Browse files Browse the repository at this point in the history
…-bg style from volto-block-style
  • Loading branch information
ichim-david committed Mar 26, 2021
1 parent f9c0eaf commit 3f1ed96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ColumnsBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
margin-top: 0.8rem;
margin-bottom: 0.8rem;
}
/* remove padding from column-grid when we have styled-with-bg style from volto-block-style */
.styled-with-bg .grid.column-grid {
padding: 0;
}

.drag-drop-list-widget {
.columns-area {
Expand Down

0 comments on commit 3f1ed96

Please sign in to comment.