From 7bb69d5ef442a4076cd89fcad8bb3ead475d4173 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 11 May 2014 22:46:20 -0700 Subject: [PATCH] Fixed nzb title width in manual search --- src/UI/Cells/cells.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UI/Cells/cells.less b/src/UI/Cells/cells.less index 1eacb5f58..a6e55545a 100644 --- a/src/UI/Cells/cells.less +++ b/src/UI/Cells/cells.less @@ -87,7 +87,7 @@ td.episode-status-cell, td.quality-cell { } .nzb-title-cell { - max-width: 600px; + max-width: 400px; word-wrap: break-word; } @@ -146,4 +146,4 @@ td.delete-episode-file-cell { .series-status-cell { width: 16px; -} \ No newline at end of file +}