diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 > * {
|