mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fix wrapping issue on safari
This commit is contained in:
parent
624c61f383
commit
8136a53981
1 changed files with 4 additions and 0 deletions
|
@ -783,6 +783,10 @@ input::-webkit-inner-spin-button {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.sponsorBlockCategoryPillTitle {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.categoryPillClose {
|
||||
display: none;
|
||||
height: 10px;
|
||||
|
|
Loading…
Reference in a new issue