fix: prevent Remove from Watchlist text from wrapping
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<div class="border-t border-border my-1"></div>
|
<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)">
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
Reference in New Issue
Block a user