From 4bdfaec11532182e5927b071b84460ba193cde68 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 26 Nov 2011 12:31:45 -0800 Subject: [PATCH] Fixed EpisodeSorting. --- NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml index cbeead9f4..2ea1f8f41 100644 --- a/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml +++ b/NzbDrone.Web/Views/Settings/EpisodeSorting.cshtml @@ -8,7 +8,8 @@ #examples { clear: both; - margin-top: 15px; + overflow: auto; + margin-top: 25px; margin-bottom: 15px; } @@ -81,8 +82,7 @@ @Html.DropDownListFor(m => m.MultiEpisodeStyle, Model.MultiEpisodeStyles, new { @class = "inputClass selectClass" }) -
-
+