diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index 5fab35f5e..49cc81000 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -32,7 +32,6 @@ .ui-progressbar-value .progressBarText { - position: relative; font-weight: normal; color: white; } @@ -46,6 +45,7 @@ .commandsColumn, .statusColumn { text-align: center; + white-space: nowrap; } .ui-dialog-buttonpane .ui-dialog-buttonset .ui-delete-button @@ -75,7 +75,7 @@ Episodes @*Commands Column*@ - + @@ -180,6 +180,7 @@ } }, //Episodes { + sClass: "commandsColumn", sWidth: '50px', "mDataProp": "HasBanner", "bSortable": false, "fnRender": function (row) { return " " + "";