diff options
author | Anand Aiyer <aaiyer@gmail.com> | 2016-11-17 14:13:09 +0530 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-01-18 19:02:01 +0100 |
commit | 69c1e69dfad10dfa5eeb5981302b47e3cf5c08a6 (patch) | |
tree | 227a520addaa8b463618dbdd349fc3b54af19544 | |
parent | 4770bdec579f279ead4567d5b36b3fcb15e77769 (diff) | |
download | bugseverywhere-aaiyer_master.tar.gz |
* small fix for the web interface to word wrap the comment textaaiyer_master
* add missing file
-rw-r--r-- | libbe/interfaces/__init__.py | 0 | ||||
-rw-r--r-- | libbe/interfaces/web/static/style/cfbe.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libbe/interfaces/__init__.py b/libbe/interfaces/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libbe/interfaces/__init__.py 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 { |