From 6f99395b0c2602ad1712d4aa5e65f586f59d92b6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 5 Mar 2020 14:08:04 +0000 Subject: [PATCH] Tweak the spacing of the organisation breadcrumb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The service name wasn’t quite lining up with the column. --- app/assets/stylesheets/components/navigation.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 5b71a68dd..b46b1d4e5 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -78,7 +78,7 @@ max-width: 25%; padding: $padding-top 20px $padding-bottom 0; - margin-right: 7px; + margin-right: 5px; box-sizing: border-box; position: relative; @@ -88,7 +88,7 @@ position: absolute; top: -1px; bottom: 1px; - right: 6px; + right: 7px; width: 7px; height: 7px; margin: auto 0;