From e5dd5d73357715110c18c1ac31711f3a81b84a0c Mon Sep 17 00:00:00 2001 From: whw1sfb Date: Sun, 19 Mar 2023 14:05:01 +0800 Subject: fix output-html text overflow. --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') 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 > * { -- cgit v1.2.1