summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-20 05:41:00 +0100
committerlpsolit%gmail.com <>2008-03-20 05:41:00 +0100
commit1402b4bce22a81c5ba494940d976932de816a7d3 (patch)
treeb2cf195269c9a1369e72e3bc1e0af34baa749a87 /skins
parent7a3eb7f68ad1532a51e24d81a4164ad87948ef26 (diff)
downloadbugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.gz
bugzilla-1402b4bce22a81c5ba494940d976932de816a7d3.tar.xz
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;