From 8f3fbcb1154f12a6b9bb3a164b88984ec25a0ab3 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Wed, 27 Nov 2024 15:33:44 -0500 Subject: [PATCH] textarea styling --- web/public/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index 2bcfded..071c478 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -236,7 +236,8 @@ a, b, i, code, -span { +span, +textarea { display: inline; font-family: inherit; font-size: inherit; @@ -252,6 +253,9 @@ b { i { font-style: italic; } +textarea { + display: block; +} pre { white-space: pre-wrap; }