diff options
author | Hugo Seabrook <hugo.seabrook@gmail.com> | 2012-12-16 14:02:59 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-12-16 14:02:59 +0100 |
commit | 5241f8d7dbe3d5024a60d7a76200a909b3ba4f22 (patch) | |
tree | 56c11037c0fb15770eace6df4cb97aeb0be1dae4 /template/en/default/list | |
parent | Bug 780675: Display "The changes to your votes have been saved" in green inst... (diff) | |
download | bugzilla-5241f8d7dbe3d5024a60d7a76200a909b3ba4f22.tar.gz bugzilla-5241f8d7dbe3d5024a60d7a76200a909b3ba4f22.tar.bz2 bugzilla-5241f8d7dbe3d5024a60d7a76200a909b3ba4f22.zip |
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.tmpl | 2 |
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" }, |