This is an automated email from the git hooks/post-receive script.

knome pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 6b2dd30465d060fb70743c7a4f9699c6366cec82
Author: Pasi Lallinaho <p...@shimmerproject.org>
Date:   Mon Dec 18 00:44:31 2017 +0200

    Fix issues with word wrapping and too long lines in Bugzilla (Bug #13880)
---
 style/site_bugzilla.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/style/site_bugzilla.css b/style/site_bugzilla.css
index 7ae1953..0a11d33 100644
--- a/style/site_bugzilla.css
+++ b/style/site_bugzilla.css
@@ -667,6 +667,9 @@ body #comments pre.bz_comment_text,
 body #comments pre.bz_comment_text * {
        font-family: 'Noto Sans', sans-serif !important;
 }
+body #comments pre.bz_comment_text {
+       word-break: break-all;
+}
 
 /*  SIDEBAR
  */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to