Skip to content

Commit 9ac03a2

Browse files
authored
Merge pull request #154 from alphagov/remove-table-layout-fixed
Reset `table-layout` to `auto`
2 parents ec70170 + 6ec26ec commit 9ac03a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Change how tables are laid out to fix some content in Notify tech' docs being squashed due to its
6+
column having a fixed width.
7+
8+
Related issue: https://github.com/alphagov/tech-docs-gem/issues/133
9+
310
## 2.0.8
411

512
Use of `govuk-lint` replaced with `rubocop-govuk` due to the former [becoming deprecated](https://github.com/alphagov/govuk-lint/pull/133).

lib/assets/stylesheets/modules/_technical-documentation.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777

7878
table {
7979
@include govuk-responsive-margin(6, "bottom");
80-
table-layout: fixed;
8180
}
8281

8382
pre + h2 {

0 commit comments

Comments
 (0)