From b70f50e1a04f73ddc7e33a4e252f0edd37e44963 Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 31 May 2022 03:06:48 -0400 Subject: [PATCH] Fix skip notice width limiting --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index 4ca8b8f8..9836ae3c 100644 --- a/public/content.css +++ b/public/content.css @@ -183,7 +183,7 @@ } .sponsorSkipNoticeLimitWidth { - min-width: calc(100% - 50px); + max-width: calc(100% - 50px); } .sponsorSkipNotice .hidden {