test(overflow): add break-all property to the first section of song page forcing lengthy song title to hide details on devices with smaller-scaled ua dimensions

This commit is contained in:
Anda Toshiki 2024-05-09 15:55:26 -07:00
parent c079aa65aa
commit 86bb38a634

View File

@ -123,7 +123,7 @@ export default Vue.extend({
<section id="top-songs">
<Title class="mb-4">Top Songs (last 7 days)</Title>
<div class="grid gap-x-4 gap-y-2 md:grid-cols-2">
<div class="grid gap-x-4 gap-y-2 break-all md:grid-cols-2">
<CardLastFm
v-for="song of lastFm.topTracks"
:key="song.name"