From 284dabc1f7b347713e42b496ed65363eefbff707 Mon Sep 17 00:00:00 2001
From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Sun, 11 Oct 2015 16:44:25 +0100
Subject: [PATCH] Removed white-space: nowrap from textarea CSS property.

---
 cgi-files/page.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cgi-files/page.html b/cgi-files/page.html
index 348847b..8211c83 100644
--- a/cgi-files/page.html
+++ b/cgi-files/page.html
@@ -48,7 +48,6 @@
 				border-style: 1px;
 				border-color: #102020;
 				padding: 2px;
-				white-space: nowrap;
 			}
 			
 			.page {
-- 
2.39.5