Skip to content

Commit

Permalink
Merge pull request #15910 from opf/HDinger-patch-1
Browse files Browse the repository at this point in the history
[55874][55812] Page width is too large if the content is wide
  • Loading branch information
HDinger authored Jun 21, 2024
2 parents 4b94ff0 + ede8dd9 commit 281468d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/global_styles/layout/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ $left-space: 20px
grid-area: body
padding-bottom: $bottom-space
padding-left: $left-space
// Limit the width of the body to the container around it
overflow-x: hidden

// Special rules for pages that still follow the old layout and render everything inside the content-body
.accessibility-helper ~ &
Expand Down

0 comments on commit 281468d

Please sign in to comment.