mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
nzb titles in manual search will wrap
This commit is contained in:
parent
fd54486478
commit
0974d275ef
3 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,7 @@ define(
|
|||
name : 'title',
|
||||
label : 'Title',
|
||||
sortable: true,
|
||||
cell : Backgrid.StringCell
|
||||
cell : Backgrid.StringCell.extend({ className: 'nzb-title-cell' })
|
||||
},
|
||||
{
|
||||
name : 'indexer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue