diff options
author | ansuz <ansuz@transitiontech.ca> | 2017-06-24 11:13:29 +0200 |
---|---|---|
committer | ansuz <ansuz@transitiontech.ca> | 2017-06-24 11:13:29 +0200 |
commit | b4c6d80137b27284ed8384bee00fcc31efa882c5 (patch) | |
tree | e7efbb8514e756495c36b6f8004e00003528ce62 /static | |
parent | b53763d06143a847d40cf4659b225f68688e6908 (diff) | |
download | patchfoo-b4c6d80137b27284ed8384bee00fcc31efa882c5.tar.gz patchfoo-b4c6d80137b27284ed8384bee00fcc31efa882c5.zip |
more specific selectors for word-break insertion
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 2 |
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; |