We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c316c3 commit 1fa9b37Copy full SHA for 1fa9b37
1 file changed
src/server/plugins/engine/views/components/paymentfield.html
@@ -19,7 +19,7 @@ <h2 class="govuk-heading-m">{{ model.label.text if model.label and model.label.t
19
<p class="govuk-body">You can submit the form after you have added your payment details.</p>
20
21
<p class="govuk-body govuk-!-margin-bottom-1">Total amount:</p>
22
- <p class="govuk-heading-l govuk-!-margin-bottom-4">£{{ amount }}</p>
+ <p class="govuk-heading-l govuk-!-margin-bottom-4 govuk-!-padding-top-0">£{{ amount }}</p>
23
24
{{ govukButton({
25
text: "Add payment details",
0 commit comments