Fix wrapping issue on safari

This commit is contained in:
Ajay 2023-04-17 20:02:11 -04:00
parent 624c61f383
commit 8136a53981

View file

@ -783,6 +783,10 @@ input::-webkit-inner-spin-button {
align-items: center;
}
.sponsorBlockCategoryPillTitle {
white-space: nowrap;
}
.categoryPillClose {
display: none;
height: 10px;