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 88226c7 commit f9b9f09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions additional_codes/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ 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",
css_class="govuk-grid-row govuk-!-padding-top-3 govuk-accordion__section--expanded",
),
),
css_class="govuk-grid-row govuk-!-padding-3 govuk-accordion__section--expanded",
css_class="govuk-grid-row govuk-!-padding-3",
),
)

Expand Down
4 changes: 2 additions & 2 deletions measures/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,10 @@ 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",
css_class="govuk-grid-row govuk-!-padding-top-3 govuk-accordion__section--expanded",
),
),
css_class="govuk-grid-row govuk-!-padding-3 govuk-accordion__section--expanded",
css_class="govuk-grid-row govuk-!-padding-3",
),
),
)
Expand Down

0 comments on commit f9b9f09

Please sign in to comment.