Issue394

Title Goofy <pre> formatting in roundup
Priority minor Status resolved
Assigned To Keywords
Linked issues In-game email system
View: 359
Watchers

Submitted on 2011-07-24 19h27 by hail, last changed by ahuillet.

Messages
Author: hail Date: 2011-07-24   19h27
The <pre> formatting is uncooperative in roundup, messages won't break lines 
(e.g. http://bugs.freedroid.org/b/issue359).

Simple fix is to set the 'white-space' property to either pre-line or pre-wrap 
(see http://www.w3schools.com/cssref/pr_text_white-space.asp).

Using a generic pre { } selector should be sufficient.
Author: ahuillet Date: 2011-07-24   20h17
Fixed. Thanks!
History
Date User Action Args
2011-07-24 20:17:16ahuilletsetstatus: open -> resolved
messages: + msg1237
2011-07-24 20:10:01ahuilletsetlinked: + In-game email system
2011-07-24 19:27:25hailcreate