diff options
Diffstat (limited to 'libbe/interfaces/web')
-rw-r--r-- | libbe/interfaces/web/static/style/cfbe.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/interfaces/web/static/style/cfbe.css b/libbe/interfaces/web/static/style/cfbe.css index 7b1f4a4..f7ffaf4 100644 --- a/libbe/interfaces/web/static/style/cfbe.css +++ b/libbe/interfaces/web/static/style/cfbe.css @@ -129,7 +129,7 @@ div.bug-comment { margin-left: 2em; } p.bug-comment-body { - white-space: pre; + white-space: pre-wrap; margin: 0em 0em 0em 0em; } p.bug-comment-footer { |