Skip to content
Snippets Groups Projects
Commit 14601ec0 authored by Imran Hussain's avatar Imran Hussain
Browse files

Thanks for helping with the this fucking word wrapping ripp_

parent 68c4989e
No related branches found
No related tags found
No related merge requests found
...@@ -155,8 +155,8 @@ ul.boxes li { ...@@ -155,8 +155,8 @@ ul.boxes li {
dd#plan, dd#project { dd#plan, dd#project {
margin-left: 0; margin-left: 0;
word-wrap: break-word; word-wrap: break-word;
-moz-hyphens: auto; white-space: pre-wrap;
word-break: break-all; font-family: monospace;
} }
/* -------------------------------------------------- /* --------------------------------------------------
......
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
{/if} {/if}
{if isset($member.project) } {if isset($member.project) }
<dt>Project</dt> <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}
{if isset($member.plan) } {if isset($member.plan) }
<dt>Plan</dt> <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} {/if}
<dt>Banana Score</dt> <dt>Banana Score</dt>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment