From f85a0ecd3f6f6edf35cc55c4ae4a2e1554383659 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 24 Apr 2011 17:12:59 -0700 Subject: [PATCH] Bug 650173: Make the Priority column on the buglist wide-enough to fit the new default priority names r=wicked, a=mkanat --- template/en/default/list/table.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 1ad04867db..88fae24caa 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -45,7 +45,7 @@ [% abbrev = { "bug_severity" => { maxlength => 3 , title => "Sev" } , - "priority" => { maxlength => 3 , title => "Pri" } , + "priority" => { maxlength => 7 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , "bug_status" => { maxlength => 4 } , "assigned_to" => { maxlength => 30 , ellipsis => "..." } , -- 2.47.2