Skip to content

Commit

Permalink
Merge pull request #1867 from alphagov/print-view-for-magna-charta
Browse files Browse the repository at this point in the history
Add print styling for magna charta component
  • Loading branch information
owenatgov committed Jan 14, 2021
2 parents 116ecdb + 5ae2137 commit e67b0e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@
list-style: none;
}
}

.mc-toggle-button,
.mc-chart-container {
display: none;
}
}

0 comments on commit e67b0e7

Please sign in to comment.