From 5241f8d7dbe3d5024a60d7a76200a909b3ba4f22 Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Sun, 16 Dec 2012 14:02:59 +0100 Subject: Bug 262308: Make the OS column wider in buglists r/a=LpSolit --- template/en/default/list/table.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/list') 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" }, -- cgit v1.2.3-24-g4f1b