From 5db460d0884b0faaaddbee46662ea008ac7efa20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Fri, 19 Mar 2021 16:04:45 +0100 Subject: [PATCH] keep text display within page --- webnote.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.39.2