From 38792081d45d99377f5d472a31133e90a0f5d631 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 12 Aug 2019 15:34:55 -0700 Subject: subscription-manager: fix items being cut off at the bottom and top of the columns in chrome --- youtube/templates/subscription_manager.html | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/templates') diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index eb52eef..3145f54 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -58,6 +58,7 @@ .sub-list-item{ display:flex; margin-bottom: 10px; + break-inside:avoid; background-color: #dadada; } .tag-list{ -- cgit v1.2.3