From 7809bfa02753271a92c78c720c66826afb19bf11 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 23 Jun 2021 17:20:48 +0100 Subject: [PATCH] Ensure that all floated elements in the header stay within it In certain circumstance, due to either extreme narrow screen widths, or due to padding on floating elements exceeding the header height, some things could appear outwith the header. This clearfix avoids this from happening. --- app/views/layouts/_header.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 06823e18f..fe5bf23c5 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -1,4 +1,4 @@ -
+

-- 2.43.2