diff options
author | lpsolit%gmail.com <> | 2008-03-20 05:41:00 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-03-20 05:41:00 +0100 |
commit | 1402b4bce22a81c5ba494940d976932de816a7d3 (patch) | |
tree | b2cf195269c9a1369e72e3bc1e0af34baa749a87 /skins/standard | |
parent | 7a3eb7f68ad1532a51e24d81a4164ad87948ef26 (diff) | |
download | bugzilla-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/standard')
-rw-r--r-- | skins/standard/global.css | 4 |
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; |