aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay <[email protected]>2023-04-17 20:02:11 -0400
committerAjay <[email protected]>2023-04-17 20:02:11 -0400
commit8136a53981a6f78f8680099b22237024832ade2c (patch)
treed404ee47f70c7dd5489467635a0ad24ee7e63856 /public
parent624c61f383213f957a85bdb6c0bb1c5b6c0ecf68 (diff)
downloadSponsorBlock-8136a53981a6f78f8680099b22237024832ade2c.tar.gz
SponsorBlock-8136a53981a6f78f8680099b22237024832ade2c.zip
Fix wrapping issue on safari
Diffstat (limited to 'public')
-rw-r--r--public/content.css4
1 files changed, 4 insertions, 0 deletions
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;