Skip to content

Commit d9b8876

Browse files
committed
Fix section break
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.
1 parent f260c43 commit d9b8876

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/views/_get-involved.scss

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
line-height: 1.16;
99
}
1010

11+
.govuk-section-break {
12+
clear: both;
13+
}
14+
1115
#engage-with-government,
1216
#take-part {
1317
clear: both;

0 commit comments

Comments
 (0)