Skip to content

Commit

Permalink
Merge pull request #118 from communitiesuk/button-margin
Browse files Browse the repository at this point in the history
Button margin
  • Loading branch information
robertblincoe authored Jul 4, 2023
2 parents 2196712 + 9e3fb45 commit c1373a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gov_uk_dashboards/assets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 4 additions & 0 deletions scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit c1373a9

Please sign in to comment.