Skip to content

Commit 27fd434

Browse files
committed
Update the score summary margin right
The new billing and metering list item in the supplier summary on the "More details" page pushes the final list item onto a new line when looking at it on a desktop. We could therefore slightly reduce the margin-right by a few pixels to prevent this happening. It will mean that the margin-right will be reduced now in readiness for March, so this will need sign off/approval
1 parent 58a5131 commit 27fd434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/components/_score-summary.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
@include cads-media-breakpoint-up(md) {
3131
display: inline-block;
32-
margin-right: $cads-spacing-7;
32+
margin-right: $cads-spacing-5;
3333
vertical-align: top;
3434
}
3535
}

0 commit comments

Comments
 (0)