From: Paul Hänsch Date: Fri, 19 Mar 2021 15:04:45 +0000 (+0100) Subject: keep text display within page X-Git-Url: https://git.plutz.net/?p=webtxt;a=commitdiff_plain;h=5db460d0884b0faaaddbee46662ea008ac7efa20 keep text display within page --- diff --git a/webnote.css b/webnote.css index eb2306d..7d17f83 100644 --- a/webnote.css +++ b/webnote.css @@ -12,7 +12,8 @@ textarea { } div.text { - white-space: pre; + max-width: 100%; + white-space: pre-wrap; } form.new {