Skip to content

Commit

Permalink
Merge pull request #154 from alphagov/remove-table-layout-fixed
Browse files Browse the repository at this point in the history
Reset `table-layout` to `auto`
  • Loading branch information
NickColley committed Nov 13, 2019
2 parents ec70170 + 6ec26ec commit 9ac03a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@

table {
@include govuk-responsive-margin(6, "bottom");
table-layout: fixed;
}

pre + h2 {
Expand Down

0 comments on commit 9ac03a2

Please sign in to comment.