aboutsummaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-20 04:41:00 +0000
committerlpsolit%gmail.com <>2008-03-20 04:41:00 +0000
commit1402b4bce22a81c5ba494940d976932de816a7d3 (patch)
treeb2cf195269c9a1369e72e3bc1e0af34baa749a87 /skins
parentBug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ... (diff)
downloadbugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.gz
bugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.bz2
bugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.zip
Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 08916d038..a2d99a672 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -305,6 +305,10 @@ dl dl > dt {
border-top: none;
}
+#admin_table th {
+ white-space: normal !important;
+}
+
/* Style of the attachment table and time tracking table */
#attachment_table {
border-collapse: collapse;