From dc5606e54908be93a717f776e77931d26fdd600a Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 30 Jul 2018 16:32:56 -0700 Subject: justify uploader url to start so it doesn't span outside text --- youtube/shared.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube/shared.css') diff --git a/youtube/shared.css b/youtube/shared.css index fc8084d..f99baa1 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -253,6 +253,7 @@ address{ .medium-item .title{ grid-column:2 / span 2; grid-row:1; + justify-self:start; min-width: 0; max-height:3.6em; overflow:hidden; @@ -327,6 +328,7 @@ address{ font-weight: 500; text-decoration:initial; min-width: 0; + justify-self:start; overflow:hidden; max-height: 3.3em; -- cgit v1.2.3