aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 3eac2b17..5ead7c5d 100644
--- a/style.css
+++ b/style.css
@@ -37,7 +37,10 @@
cursor: default;
}
-.output-html p {margin: 0 0.5em;}
+.output-html p {
+ margin: 0 0.5em;
+ overflow-wrap: break-word;
+}
.row > *,
.row > .gr-form > * {