Skip to content

Commit 1206a6f

Browse files
authored
Fix margin - shipping information heading (#10908)
1 parent ecef9b1 commit 1206a6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
Fix margin of the shipping details title on the evidence submission form.

client/disputes/new-evidence/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
&__heading {
205205
@include heading-md;
206206
color: var( --Scales-Grays-gray-900, $gray-900 );
207-
margin-bottom: 16px;
207+
margin-bottom: 8px;
208208
}
209209

210210
&__field-group {

0 commit comments

Comments
 (0)