From 7f06844164f4f0e7640b6c68b09de35216f40f36 Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Wed, 4 Jun 2014 09:02:58 -0700 Subject: [PATCH] Fix for overlay text wrapping --- dashboard-ui/css/posteritem.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 7e24011965..1929b4211e 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -28,6 +28,12 @@ padding: 11px 12px 10px; } +.posterItemOverlayInner p { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + .posterItemImage { background-size: contain; background-repeat: no-repeat;