summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorHugo Seabrook <hugo.seabrook@gmail.com>2012-12-16 14:02:59 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-16 14:02:59 +0100
commit5241f8d7dbe3d5024a60d7a76200a909b3ba4f22 (patch)
tree56c11037c0fb15770eace6df4cb97aeb0be1dae4 /template/en/default/list
parent8f77358eaedb89041ea95940d46fa9fb5d1fe949 (diff)
downloadbugzilla-5241f8d7dbe3d5024a60d7a76200a909b3ba4f22.tar.gz
bugzilla-5241f8d7dbe3d5024a60d7a76200a909b3ba4f22.tar.xz
Bug 262308: Make the OS column wider in buglists
r/a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/table.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index e394eee4d..02fe8e728 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -50,7 +50,7 @@
"component" => { maxlength => 8 , title => "Comp" } ,
"product" => { maxlength => 8 } ,
"version" => { maxlength => 5 , title => "Vers" } ,
- "op_sys" => { maxlength => 4 } ,
+ "op_sys" => { maxlength => 12 } ,
"bug_file_loc" => { maxlength => 30 } ,
"target_milestone" => { maxlength => 0, title => "TargetM" } ,
"longdescs.count" => { maxlength => 0, title => "# Comments" },