diff --git a/docs/mesa3d_theme/static/rst.css b/docs/mesa3d_theme/static/rst.css index 782147929fc..3f254f53ba5 100644 --- a/docs/mesa3d_theme/static/rst.css +++ b/docs/mesa3d_theme/static/rst.css @@ -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,