Skip to content

Commit

Permalink
Remove min-height from grid layout divs. #2155
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 27, 2024
1 parent f3304de commit 112a8ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.

4 changes: 0 additions & 4 deletions application/asset/sass/page-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
display: grid;
}

.page-layout-grid > div {
min-height: 50px;
}

.page-layout-grid .block-layout-alignment-block-left {
justify-self: left;
}
Expand Down

0 comments on commit 112a8ab

Please sign in to comment.