From 6f7f64e3ccab96f63733211256ceeac285f739d4 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 21 Mar 2022 22:13:40 -0700 Subject: [PATCH] Multi-line content --- vopamoi.css | 1 + 1 file changed, 1 insertion(+) diff --git a/vopamoi.css b/vopamoi.css index 95a0100..5eb184e 100644 --- a/vopamoi.css +++ b/vopamoi.css @@ -21,6 +21,7 @@ input.tag { .content, textarea { margin-left: 2em; color: #555; + white-space: pre; } textarea { width: 90%; -- 2.44.1