From 8d63d858218432aadcb1f0218d67feeec91f522f Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 23 Jan 2016 19:14:54 -0800 Subject: [PATCH] Fix star rating overlapping text --- data/interfaces/default/css/plexpy.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index d06e8f7e..ad0a0c8d 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -1326,8 +1326,7 @@ a:hover .summary-poster-face-track .summary-poster-face-overlay span { white-space: nowrap; margin-top: 3px; height: 21px; - position: absolute; - right: 0; + float: right; } .star-rating .star-icon { width: auto;