From 793d788706a7a35adb53fb0d22c6b629a9c1d215 Mon Sep 17 00:00:00 2001
From: Gnome Ann <>
Date: Thu, 26 May 2022 14:34:40 -0400
Subject: [PATCH] Preserve whitespace in the editor
---
static/custom.css | 1 +
templates/index.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/custom.css b/static/custom.css
index 677fc028..0fc761fb 100644
--- a/static/custom.css
+++ b/static/custom.css
@@ -4,6 +4,7 @@ body {
chunk {
color: #ffffff;
+ white-space: pre-wrap;
}
#gametext.adventure action {
diff --git a/templates/index.html b/templates/index.html
index 92b70753..887305c6 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -9,7 +9,7 @@
-
+