aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoransuz <ansuz@transitiontech.ca>2017-06-24 11:13:29 +0200
committeransuz <ansuz@transitiontech.ca>2017-06-24 11:13:29 +0200
commitb4c6d80137b27284ed8384bee00fcc31efa882c5 (patch)
treee7efbb8514e756495c36b6f8004e00003528ce62
parentb53763d06143a847d40cf4659b225f68688e6908 (diff)
downloadpatchfoo-b4c6d80137b27284ed8384bee00fcc31efa882c5.tar.gz
patchfoo-b4c6d80137b27284ed8384bee00fcc31efa882c5.zip
more specific selectors for word-break insertion
-rw-r--r--static/styles.css2
1 files changed, 1 insertions, 1 deletions
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;