diff --git a/CHANGELOG.md b/CHANGELOG.md index aa60b1d21b..1e1d5f9f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## Unreleased + +* Add print styling for magna charta component ([PR #1867](https://github.com/alphagov/govuk_publishing_components/pull/1867)) + ## 23.12.2 * Hide native browser show password ([PR #1863](https://github.com/alphagov/govuk_publishing_components/pull/1863)) diff --git a/app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak.scss b/app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak.scss index 7e6af981e4..118c515c3e 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/print/_govspeak.scss @@ -72,4 +72,9 @@ list-style: none; } } + + .mc-toggle-button, + .mc-chart-container { + display: none; + } }