mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ChannelItem.svelte
This commit is contained in:
parent
4964da1eac
commit
f41d7c0d5a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
on:click|preventDefault={showChannelData}
|
on:click|preventDefault={showChannelData}
|
||||||
href="/channels/{country}/{name}"
|
href="/channels/{country}/{name}"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
class="font-normal text-gray-600 dark:text-white hover:underline hover:text-blue-500 line-clamp-1"
|
class="font-normal text-gray-600 dark:text-white hover:underline hover:text-blue-500 truncate whitespace-nowrap"
|
||||||
title={channel.displayName}
|
title={channel.displayName}
|
||||||
>
|
>
|
||||||
{channel.displayName}
|
{channel.displayName}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue