docs: wrap long words instead of overflowing

This fixes rendering on mobile for the 24.1.1 release notes, where we'd
otherwise end up with horizontal scrolling.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29573>
This commit is contained in:
Erik Faye-Lund 2024-06-06 13:00:53 +02:00 committed by Marge Bot
parent 85ff3f525c
commit d0d5fedbab

View File

@ -54,6 +54,10 @@ main .container {
padding: 0;
}
main.body {
overflow-wrap: break-word;
}
li > p:last-of-type,
th > p:last-of-type,
td > p:last-of-type,