update style
This commit is contained in:
parent
0493c5e5d0
commit
69a5cd4b36
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ export const CardAnnuncio = ({
|
||||||
<div className="px-4 text-center text-primary dark:text-accent">
|
<div className="px-4 text-center text-primary dark:text-accent">
|
||||||
<span className="sr-only">{t.card.titolo}</span>
|
<span className="sr-only">{t.card.titolo}</span>
|
||||||
|
|
||||||
<span className="line-clamp-3 overflow-ellipsis font-medium text-base">
|
<span className="line-clamp-3 text-ellipsis font-medium text-base">
|
||||||
{locale === "it" ? titolo_it : titolo_en}
|
{locale === "it" ? titolo_it : titolo_en}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue