Skip to content

Commit

Permalink
fixes for accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrich905 committed Sep 14, 2023
1 parent f9b9f09 commit 4696913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion additional_codes/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,9 @@ def __init__(self, *args, **kwargs):
),
css_class="govuk-grid-column-full govuk-button-group govuk-!-padding-top-6",
),
css_class="govuk-grid-row govuk-!-padding-top-3 govuk-accordion__section--expanded",
css_class="govuk-grid-row govuk-!-padding-top-3",
),
css_class="govuk-accordion__section--expanded",
),
css_class="govuk-grid-row govuk-!-padding-3",
),
Expand Down

0 comments on commit 4696913

Please sign in to comment.