From b4c6d80137b27284ed8384bee00fcc31efa882c5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Sat, 24 Jun 2017 11:13:29 +0200 Subject: more specific selectors for word-break insertion --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index ef3e308..5980e2a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -26,7 +26,7 @@ section { margin: .5rem 0; } -.ssb-post-text { +.ssb-post-text pre, .ssb-post-text pre * { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; -- cgit v1.2.3