From 7c600dcfba878ef85089ef6b5e1248e54e808812 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 3 Dec 2025 04:18:36 +0000 Subject: [PATCH] Only wrap code in comments --- webclient/src/Style-light.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index f416ca5..e7f80a4 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -48,9 +48,12 @@ input { padding: 0.25rem; } - pre { overflow: auto; +} + +.comments pre { + overflow: auto; white-space: pre-wrap; overflow-wrap: break-word; }