diff --git a/CHANGELOG.md b/CHANGELOG.md index 336ad55d..45b37c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Unreleased + +Change how tables are laid out to fix some content in Notify tech' docs being squashed due to its +column having a fixed width. + +Related issue: https://github.com/alphagov/tech-docs-gem/issues/133 + ## 2.0.8 Use of `govuk-lint` replaced with `rubocop-govuk` due to the former [becoming deprecated](https://github.com/alphagov/govuk-lint/pull/133). diff --git a/lib/assets/stylesheets/modules/_technical-documentation.scss b/lib/assets/stylesheets/modules/_technical-documentation.scss index c1335daf..568f5cc8 100644 --- a/lib/assets/stylesheets/modules/_technical-documentation.scss +++ b/lib/assets/stylesheets/modules/_technical-documentation.scss @@ -77,7 +77,6 @@ table { @include govuk-responsive-margin(6, "bottom"); - table-layout: fixed; } pre + h2 {