From 69e64f726eef1c92b8b5d50c8822afdc1cde2134 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 18:25:37 -0700 Subject: Layout: Prevent long author name from overflowing in items with vertical stats --- youtube/static/shared.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'youtube/static') diff --git a/youtube/static/shared.css b/youtube/static/shared.css index db3efef..a4e1960 100644 --- a/youtube/static/shared.css +++ b/youtube/static/shared.css @@ -257,6 +257,10 @@ body{ .stats address{ display: inline; } + .vertical-stats li{ + max-height: 1.3em; + overflow: hidden; + } .item-checkbox{ justify-self:start; -- cgit v1.2.3