Merge pull request #2808 from alphagov/edit-link-space

Add space between email address and edit link
This commit is contained in:
Chris Hill-Scott
2019-02-25 15:23:28 +00:00
committed by GitHub

View File

@@ -13,6 +13,7 @@ $item-top-padding: $gutter-half;
h3 {
padding-right: $gutter-half;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;