Skip to content

Commit

Permalink
Merge pull request #161 from communitiesuk/text-no-transform
Browse files Browse the repository at this point in the history
text-no-transform class
  • Loading branch information
kateriley1 authored May 8, 2024
2 parents b2d7c9a + ed46ae4 commit f1bbbfb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gov_uk_dashboards/assets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -8235,4 +8235,8 @@ mark.expenditure {
color: #505a5f;
font-weight: normal !important;
padding: 0;
}

.text-no-transform {
text-transform: none !important;
}
6 changes: 5 additions & 1 deletion scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1277,4 +1277,8 @@ mark.expenditure {
color: #505a5f;
font-weight: normal !important;
padding: 0;
}
}

.text-no-transform {
text-transform: none !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.36.0",
version="9.37.0",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit f1bbbfb

Please sign in to comment.