Commit 8825f958 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry…

Bug 223523: Allow Keywords column to wrap - Patch by Matt McHenry <mmchenry@carnegielearning.com> r/a=LpSolit
parent 22ac4064
......@@ -53,6 +53,7 @@
"short_desc" => { wrap => 1 } ,
"short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
"status_whiteboard" => { title => "Whiteboard" , wrap => 1 } ,
"keywords" => { wrap => 1 } ,
"component" => { maxlength => 8 , title => "Comp" } ,
"product" => { maxlength => 8 } ,
"version" => { maxlength => 5 , title => "Vers" } ,
......
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