Skip to content

Commit 1fa9b37

Browse files
committed
Styling fix
1 parent 9c316c3 commit 1fa9b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/plugins/engine/views/components/paymentfield.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 class="govuk-heading-m">{{ model.label.text if model.label and model.label.t
1919
<p class="govuk-body">You can submit the form after you have added your payment details.</p>
2020

2121
<p class="govuk-body govuk-!-margin-bottom-1">Total amount:</p>
22-
<p class="govuk-heading-l govuk-!-margin-bottom-4">£{{ amount }}</p>
22+
<p class="govuk-heading-l govuk-!-margin-bottom-4 govuk-!-padding-top-0">£{{ amount }}</p>
2323

2424
{{ govukButton({
2525
text: "Add payment details",

0 commit comments

Comments
 (0)