Commit 5241f8d7 authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Frédéric Buclin

Bug 262308: Make the OS column wider in buglists

r/a=LpSolit
parent 8f77358e
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment