nzb titles in manual search will wrap

This commit is contained in:
Mark McDowall 2013-09-01 11:30:54 -07:00
parent fd54486478
commit 0974d275ef
3 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,7 @@ define(
name : 'title',
label : 'Title',
sortable: true,
cell : Backgrid.StringCell
cell : Backgrid.StringCell.extend({ className: 'nzb-title-cell' })
},
{
name : 'indexer',