From cf05568e0ce21cc149f1569d9a361403b14de71a Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 15 Mar 2024 18:06:56 +0100 Subject: [PATCH] Add tooltip for truncated preview text Expose the full content of preview text that might get truncated in their tooltips. --- src/components/status.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index d3389bf5..b4438165 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -2232,10 +2232,10 @@ function Card({ card, selfReferential, instance }) {

{domain}

-

+

{title}

-

+

{description || (!!publishedAt && ( @@ -2304,8 +2304,8 @@ function Card({ card, selfReferential, instance }) {

{domain}

-

{title}

-

{description || providerName || authorName}

+

{title}

+

{description || providerName || authorName}

);