Skip to content

Commit

Permalink
Merge pull request #155 from communitiesuk/table-padding-css
Browse files Browse the repository at this point in the history
add css class for table padding
  • Loading branch information
kateriley1 authored Apr 24, 2024
2 parents 2fc3721 + 3731340 commit 6a64f05
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 @@ -8184,4 +8184,8 @@ mark.expenditure {

.text-color-inherit {
color: inherit !important;
}

.table-header-cell-top-padding th {
padding-top: 10px !important;
}
4 changes: 4 additions & 0 deletions scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1223,4 +1223,8 @@ mark.expenditure {

.text-color-inherit{
color: inherit!important
}

.table-header-cell-top-padding th {
padding-top: 10px !important;
}
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.31.0",
version="9.31.1",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 6a64f05

Please sign in to comment.