From 6ffb99f84fc97221beec3b7307239bce860af643 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 11 Oct 2012 01:07:57 -0700 Subject: [PATCH] Fixed progress bar text --- NzbDrone.Web/Views/Series/Index.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index ceea03c02..8332d0f66 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -22,6 +22,7 @@ display: block; width: 100%; text-align: center; + line-height: normal; } .ui-progressbar-value @@ -35,6 +36,7 @@ position: relative; font-weight: normal; color: white; + line-height: normal; } /* Set the row height so it won't resize when the progress bar is created */