Skip to content

Commit

Permalink
[refs #534] removing overflow to fix issue with legend heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenwick17 authored and chrimesdev committed Oct 11, 2019
1 parent 2ef6f97 commit 8155ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:wrench: **Fixes**

- Images - Add `size` and `srcset` attributes to the images component for responsive loading of images. ([Issue 422](https://github.com/nhsuk/nhsuk-frontend/issues/422))
- Jaws/NVDA not reading fieldset heading - removing old `overflow: hidden` hack for hint text in legend

## 2.3.2 - 30th September 2019

Expand Down
1 change: 0 additions & 1 deletion packages/components/fieldset/_fieldset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
display: table; /* 2 */
margin-bottom: nhsuk-spacing(2);
max-width: 100%; /* 1 */
overflow: hidden;
padding: 0;
white-space: normal; /* 4 */
}
Expand Down

0 comments on commit 8155ea5

Please sign in to comment.