diff options
author | Ajay <[email protected]> | 2023-04-17 20:02:11 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2023-04-17 20:02:11 -0400 |
commit | 8136a53981a6f78f8680099b22237024832ade2c (patch) | |
tree | d404ee47f70c7dd5489467635a0ad24ee7e63856 /public | |
parent | 624c61f383213f957a85bdb6c0bb1c5b6c0ecf68 (diff) | |
download | SponsorBlock-8136a53981a6f78f8680099b22237024832ade2c.tar.gz SponsorBlock-8136a53981a6f78f8680099b22237024832ade2c.zip |
Fix wrapping issue on safari
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 4 |
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; |