fix: prevent Remove from Watchlist text from wrapping

This commit is contained in:
2026-05-08 12:36:19 +02:00
parent 620ebc0b6c
commit 223089fa61

View File

@@ -40,7 +40,7 @@
</button>
<div class="border-t border-border my-1"></div>
<button class="flex w-full items-center px-5 py-2.5 transition-colors focus:outline-none hover:bg-red-500/10" onclick="removeWatchlist({{$anime.MalID}}, this)">
<span class="text-sm text-red-400">Remove from Watchlist</span>
<span class="text-sm text-red-400 whitespace-nowrap">Remove from Watchlist</span>
</button>
</div>
{{else}}