Skip to content

Commit

Permalink
Add clearfix for block groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 22, 2024
1 parent b79cd3f commit 20db9e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/page-blocks.css

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

5 changes: 5 additions & 0 deletions application/asset/sass/page-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,8 @@
margin: 0;
}

.block-blockGroup:after {
content: "";
display: block;
clear: both;
}

0 comments on commit 20db9e6

Please sign in to comment.