mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 02:04:41 +08:00
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:
parent
85ff3f525c
commit
d0d5fedbab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user