Skip to content

Commit

Permalink
Fix section break
Browse files Browse the repository at this point in the history
Because of the broken layout of the page (a set of floating elements) the `govuk-section-break` `<hr>` elements are not showing up without clearing the floating element that precede them.
  • Loading branch information
alex-ju committed Nov 2, 2021
1 parent f260c43 commit d9b8876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/views/_get-involved.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
line-height: 1.16;
}

.govuk-section-break {
clear: both;
}

#engage-with-government,
#take-part {
clear: both;
Expand Down

0 comments on commit d9b8876

Please sign in to comment.