From f10bc7678edde3e47cae614d493c29f986f4aa9c Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 9 Oct 2020 12:16:25 -0400 Subject: [PATCH] Allow breaking long inline code snippets if necessary --- docs/styles/dfhack.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +}