From 35c6f191232eca329631a8116eb6265f17cbc492 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 11 Oct 2022 14:10:25 +0200 Subject: [PATCH] add break-word word-wrap, as suggested by @rand00 --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 53a1b42..1c10220 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -82,6 +82,10 @@ body h2 { font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif; } +p > code { + word-wrap: break-word; +} + .post-title { } .author {