mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 04:24:15 +00:00
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:
parent
c079aa65aa
commit
86bb38a634
@ -123,7 +123,7 @@ export default Vue.extend({
|
|||||||
<section id="top-songs">
|
<section id="top-songs">
|
||||||
<Title class="mb-4">Top Songs (last 7 days)</Title>
|
<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
|
<CardLastFm
|
||||||
v-for="song of lastFm.topTracks"
|
v-for="song of lastFm.topTracks"
|
||||||
:key="song.name"
|
:key="song.name"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user