[Xfce4-commits] [www/www.xfce.org] 01/02: Fix issues with word wrapping and too long lines in Bugzilla (Bug #13880)

noreply at xfce.org noreply at xfce.org
Sun Dec 17 23:45:35 CET 2017


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

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 6b2dd30465d060fb70743c7a4f9699c6366cec82
Author: Pasi Lallinaho <pasi at 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.


More information about the Xfce4-commits mailing list