From 7eff2f9b7d40c900816532d2d6c716b25226c78c Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Wed, 21 Aug 2024 23:16:06 -0400 Subject: Add line wrap to
 element

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'static')

diff --git a/static/style.css b/static/style.css
index a4263b1..f922e82 100644
--- a/static/style.css
+++ b/static/style.css
@@ -195,6 +195,10 @@ p {
   line-height: 1.25;
 }
 
+pre {
+  white-space: pre-wrap;
+}
+
 .name {
   font-weight: bold;
   margin: auto .3rem;
-- 
cgit v1.2.3