- Issue created by @hudri
- @hudri opened merge request.
- Status changed to Needs review
about 1 year ago 5:25pm 4 October 2023 - Status changed to Needs work
about 1 year ago 5:40pm 4 October 2023 - 🇨🇭Switzerland saschaeggi Zurich
We're not going to remove this as this plays a vital role in a11y. But we can could change it from a fixed with to char based.
max-width: 60ch;
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 6:46pm 4 October 2023 Hi,
AS per comment #4, we couldn’t remove
max-with
as this plays a vital role in a11y. But as per suggestion it could be changesmax-width: 60ch;
. Tested the Merge request !314 suggested changes are done.Tested steps:
1. Drupal 10 setup and enable gin theme 8.x-3.x-dev.
2. Enable media library module and add a media filed in content type (article).
3. Verified the max-width changes.- 🇨🇭Switzerland saschaeggi Zurich
We've added a new CSS3 variable so people can override the default max line length of 80 characters (
80ch
)https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-...
// Max line length --gin-max-line-length: 80ch;
- Status changed to Fixed
about 1 year ago 10:23am 13 October 2023 -
saschaeggi →
committed abe7539e on 8.x-3.x authored by
hudri →
Issue #3391596: Remove max-width from field description
-
saschaeggi →
committed abe7539e on 8.x-3.x authored by
hudri →
Automatically closed - issue fixed for 2 weeks with no activity.