Skip to content

Commit

Permalink
Re-apply grid column setting to groups
Browse files Browse the repository at this point in the history
With CSS inheritance this time rather than reusing the class that's used
on the parent grid.
  • Loading branch information
zerocrates committed Feb 21, 2024
1 parent e8f6e98 commit 88f5e06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/asset/css/page-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion application/asset/css/style.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion application/asset/sass/page-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
}

.block-blockGroup.block-group-grid {
gap: inherit;
gap: inherit;
grid-template-columns: inherit;
}

.page-layout-grid {
Expand Down

0 comments on commit 88f5e06

Please sign in to comment.