From 66b1159d362dde55d8bcaf35346916e97b87865f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 18 Sep 2019 21:49:25 -0700 Subject: Fix related videos title clipping --- youtube/static/shared.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/youtube/static/shared.css b/youtube/static/shared.css index 3ce7d4a..2393bef 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -237,7 +237,8 @@ body{ .item .title{ min-width: 0; - max-height:3.6em; + line-height:1.25em; + max-height:3.75em; overflow:hidden; color: var(--text-color); -- cgit v1.2.3