diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index a25772871..7b735ed42 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -61,3 +61,7 @@ div.body li > p { margin-top: 0; margin-bottom: 0; } + +span.pre { + overflow-wrap: break-word; +}