Skip to content

Commit

Permalink
Merge pull request #1781 from uktrade/LTD-4640-remove-extra-spacing-f…
Browse files Browse the repository at this point in the history
…rom-reason-for-closure-button

Set bottom margin of close query button to 0.
  • Loading branch information
stuaxo authored Feb 9, 2024
2 parents 44ada39 + af1f405 commit 3cb4175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caseworker/cases/forms/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.helper = FormHelper()
self.helper.layout = Layout(
"reason_for_closing_query",
Button("submit", "Submit"),
"reason_for_closing_query", Button("submit", "Submit", css_class="govuk-!-margin-bottom-0")
)

0 comments on commit 3cb4175

Please sign in to comment.