aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;