From da8243085b30ff44b226dd177ab8bca755e1c48b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 12 Aug 2019 15:18:56 -0700 Subject: subscription_manager: fix bug where checkbox size decreases when there's too many tags --- youtube/templates/subscription_manager.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube') diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index 838f4af..eb52eef 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -69,7 +69,7 @@ } .sub-list-checkbox{ height: 1.5em; - width: 1.5em; + min-width: 1.5em; // need min-width otherwise browser doesn't respect the width and squishes the checkbox down when there's too many tags } .muted{ background-color: #888888; -- cgit v1.2.3