Tweak the spacing of the organisation breadcrumb

The service name wasn’t quite lining up with the column.
This commit is contained in:
Chris Hill-Scott
2020-03-05 14:08:04 +00:00
committed by GitHub
parent 4b95fecd4f
commit 6f99395b0c

View File

@@ -78,7 +78,7 @@
max-width: 25%; max-width: 25%;
padding: $padding-top 20px $padding-bottom 0; padding: $padding-top 20px $padding-bottom 0;
margin-right: 7px; margin-right: 5px;
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
@@ -88,7 +88,7 @@
position: absolute; position: absolute;
top: -1px; top: -1px;
bottom: 1px; bottom: 1px;
right: 6px; right: 7px;
width: 7px; width: 7px;
height: 7px; height: 7px;
margin: auto 0; margin: auto 0;