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 {
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;
}
/* --------------------------------------------------
......
......@@ -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>
......
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