Skip to content

Commit

Permalink
add classes for table subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie-Brakoniecki committed Apr 29, 2024
1 parent ade69b6 commit 67c9260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1261,4 +1261,14 @@ mark.expenditure {
flex-direction: column;
// Stretch children to match the width of the container
align-items: stretch;
}
}

.govuk-table__caption--m.margin-if-subtitle {
margin-bottom: 0 !important;
}

.govuk-table__caption.custom-subtitle {
color: #505a5f;
font-weight: normal !important;
padding: 0;
}
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.34.0",
version="9.35.0",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 67c9260

Please sign in to comment.