mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Add extra space between back link and legend
Co-authored-by: Tom Byers <tombaromba@gmail.com>
This commit is contained in:
co-authored by
Tom Byers
parent
066aca4673
commit
506e8cc773
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
{{ govukBackLink({ "href": url_for('.broadcast_dashboard', service_id=current_service.id) }) }}
|
{{ govukBackLink({ "href": url_for('.broadcast_dashboard', service_id=current_service.id) }) }}
|
||||||
|
|
||||||
{% call form_wrapper() %}
|
{% call form_wrapper(class="govuk-!-margin-top-3") %}
|
||||||
{{ form.content(
|
{{ form.content(
|
||||||
param_extensions={
|
param_extensions={
|
||||||
'fieldset': {
|
'fieldset': {
|
||||||
|
|||||||
Reference in New Issue
Block a user