mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 00:50:10 +01: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue