[Xfce4-commits] [www/www.xfce.org] 01/01: Another attempt to fix text wrapping and layout for Bugzilla comments (Bug: #13880)
noreply at xfce.org
noreply at xfce.org
Sun Dec 24 12:51:38 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 d83316286e5fc6d8477fb9cbd7ac5ecee36b6d2f
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Sun Dec 24 13:51:04 2017 +0200
Another attempt to fix text wrapping and layout for Bugzilla comments (Bug: #13880)
---
style/site_bugzilla.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/site_bugzilla.css b/style/site_bugzilla.css
index dcc4dc2..bbeccb1 100644
--- a/style/site_bugzilla.css
+++ b/style/site_bugzilla.css
@@ -620,7 +620,7 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus {
#bug-layout {
display: flex;
}
- #bug-main { flex: 70; }
+ #bug-main { flex: 70; width: 0; max-width: 70%; }
#bug-sidebar { flex: 30; margin-left: 3em; min-width: 310px; }
#bug-sidebar .field,
#bug-sidebar .sidebar-item { margin-bottom: 1em; }
@@ -668,7 +668,7 @@ body #comments pre.bz_comment_text * {
font-family: 'Noto Sans', sans-serif !important;
}
body #comments pre.bz_comment_text {
- word-break: break-all;
+ overflow: hidden;
}
/* SIDEBAR
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list