From 506e8cc773fbbc87427c89f636a7f0a60a81ee74 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 20 Jan 2021 16:15:40 +0000 Subject: [PATCH] Add extra space between back link and legend Co-authored-by: Tom Byers --- app/templates/views/broadcast/new-broadcast.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/broadcast/new-broadcast.html b/app/templates/views/broadcast/new-broadcast.html index df9d0e07e..b41fd3b5b 100644 --- a/app/templates/views/broadcast/new-broadcast.html +++ b/app/templates/views/broadcast/new-broadcast.html @@ -12,7 +12,7 @@ {{ govukBackLink({ "href": url_for('.broadcast_dashboard', service_id=current_service.id) }) }} - {% call form_wrapper() %} + {% call form_wrapper(class="govuk-!-margin-top-3") %} {{ form.content( param_extensions={ 'fieldset': {