From dd645ceac91c0628ad8f565bedecf0049758d620 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 24 Jan 2021 13:06:51 +1100 Subject: [PATCH] fix text wrap for code --- website/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/style.css b/website/style.css index a358e0f..5128faf 100644 --- a/website/style.css +++ b/website/style.css @@ -20,6 +20,7 @@ pre { font-family: "Jetbrains Mono", "Consolas", "Courier New", monospace; background-color: #eee; padding: 0 0.5em; + word-wrap: break-word; } a,