From fd432a63226cf5f2427dd45a08c585c8cf38c465 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Tue, 2 Jun 2020 15:54:38 +0100 Subject: [PATCH] Add margin top to organisation logos - this prevents the contextual breadcrumb component, when showing the step nav header component, from colliding with it - the step nav component has no margin bottom, but the other components that can be displayed in the contextual breadcrumb do, so this change should not impact variations on this layout as the newly added top margin will overlap any bottom margin from the breadcrumb --- app/assets/stylesheets/helpers/_organisation-logos.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/helpers/_organisation-logos.scss b/app/assets/stylesheets/helpers/_organisation-logos.scss index 81c875153..1e8fcf956 100644 --- a/app/assets/stylesheets/helpers/_organisation-logos.scss +++ b/app/assets/stylesheets/helpers/_organisation-logos.scss @@ -4,6 +4,7 @@ flex-wrap: wrap; justify-content: flex-start; list-style-type: none; + margin-top: govuk-spacing(2); } .organisation-logos__logo {