diff --git a/gov_uk_dashboards/assets/dashboard.css b/gov_uk_dashboards/assets/dashboard.css index 5203d06..4325be6 100644 --- a/gov_uk_dashboards/assets/dashboard.css +++ b/gov_uk_dashboards/assets/dashboard.css @@ -8104,4 +8104,8 @@ mark.expenditure { .notification-banner-under-filter-panel { padding-left: 0px; margin: 0px; +} + +.govuk-button-group.button-group-margin { + margin-bottom: -10px; } \ No newline at end of file diff --git a/scss/dashboard.scss b/scss/dashboard.scss index fe4f688..c7457b2 100644 --- a/scss/dashboard.scss +++ b/scss/dashboard.scss @@ -1137,4 +1137,8 @@ mark.expenditure { .notification-banner-under-filter-panel{ padding-left: 0px; margin: 0px; +} + +.govuk-button-group.button-group-margin { + margin-bottom: -10px; } \ No newline at end of file diff --git a/setup.py b/setup.py index 119fb5d..7289ad9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author="Department for Levelling Up, Housing and Communities", description="Provides access to functionality common to creating a data dashboard.", name="gov_uk_dashboards", - version="9.12.1", + version="9.13.0", long_description=long_description, long_description_content_type="text/markdown", packages=find_packages(),