From 120a0812d599860a8168b53ba4ce007c9fb94d1b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 30 Sep 2024 09:33:55 +0200 Subject: Changed text to

---
 assets/main.css   | 1 +
 t_idea/index.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/main.css b/assets/main.css
index f6869bb..b3d6710 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -22,6 +22,7 @@ body {
     margin-top: .5em;
     font-family: monospace;
     font-size: 1.25em;
+    white-space: pre-wrap;
 }
 .creation {
     margin-bottom: .3em;
diff --git a/t_idea/index.html b/t_idea/index.html
index afd9787..f845628 100644
--- a/t_idea/index.html
+++ b/t_idea/index.html
@@ -28,7 +28,7 @@
         {{ range .Ideas }}
             

{{.Title}}

-

{{.Text}}

+
{{.Text}}

by {{.Author}} on {{.CreatedAt}}

-- cgit v1.2.3