From 8136a53981a6f78f8680099b22237024832ade2c Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 17 Apr 2023 20:02:11 -0400 Subject: [PATCH] Fix wrapping issue on safari --- public/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/content.css b/public/content.css index bea78b17..0db991c9 100644 --- a/public/content.css +++ b/public/content.css @@ -783,6 +783,10 @@ input::-webkit-inner-spin-button { align-items: center; } +.sponsorBlockCategoryPillTitle { + white-space: nowrap; +} + .categoryPillClose { display: none; height: 10px;