#41 Apply word break to page for words that don't fit within the available space
Opened by kaylee20. Modified
fedora-docs/ kaylee20/fedora-docs-ui Improvement  into  master

Download 41.patch

If a word (really a sequence of non-space characters) cannot fit within the available space (i.e., a single line), and hyphens are either disabled or don't apply, that particular word will be forced to break.
The solution has two parts;
- word-wrap: break-word globally
- word-break: break-word in table cells

Signed-off by Oyelakin Mercy oyelakinmercy68@gmail.com

rebased onto 759d0b1d136f01709cb129ad7c45cebb6dd47c1a

this may be more beautiful, but have a negative impact on screen readers and accessibility.
It may also negatively impact Asiatic languages.

I suggest not to merge.

Metadata