Skip to content

Commit

Permalink
fix: full-width is now properly sized
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Mar 9, 2023
1 parent 5b270f1 commit 6e2e348
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/themes/eea/elements/container.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ body {
margin-left: -50vw !important;
}

[class~="view-defaultview"] [id="page-document"] > .full-width,
[class~="view-viewview"] [id="page-document"] > .full-width {
max-width: initial !important;
}

.has--size--full:not(.block-editor-columnsBlock) .ui.grid {
margin-left: 0;
margin-right: 0;
Expand Down

0 comments on commit 6e2e348

Please sign in to comment.