From 14601ec048fd84e4dc10dc628b7a75ba25b046ae Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Mon, 24 Nov 2014 16:51:13 +0000
Subject: [PATCH] Thanks for helping with the this fucking word wrapping ripp_

---
 htdocs/css/common.css | 4 ++--
 templates/members.tpl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/htdocs/css/common.css b/htdocs/css/common.css
index 3800fce..e6da976 100644
--- a/htdocs/css/common.css
+++ b/htdocs/css/common.css
@@ -155,8 +155,8 @@ ul.boxes li {
 dd#plan, dd#project {
 	margin-left: 0;
 	word-wrap: break-word;
-	-moz-hyphens: auto;
-	word-break: break-all;
+	white-space: pre-wrap;
+	font-family: monospace;
 }
 
 /* --------------------------------------------------
diff --git a/templates/members.tpl b/templates/members.tpl
index c89081f..6ee9808 100644
--- a/templates/members.tpl
+++ b/templates/members.tpl
@@ -32,11 +32,11 @@
 {/if}
 {if isset($member.project) }
 	<dt>Project</dt>
-	<dd id="project"><pre style="clear: left;">{$member.project|escape:'htmlall'}</pre></dd>
+	<dd id="project">{$member.project|escape:'htmlall'}</dd>
 {/if}
 {if isset($member.plan) }
 	<dt>Plan</dt>
-	<dd id="plan"><pre style="clear: left;">{$member.plan|escape:'htmlall'}</pre></dd>
+	<dd id="plan">{$member.plan|escape:'htmlall'}</dd>
 {/if}
 
 <dt>Banana Score</dt>
-- 
GitLab