Skip to content

Commit

Permalink
fix: add truncate class to feed link (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovsu authored Sep 27, 2024
1 parent 32f3a9e commit 7db5066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/renderer/src/components/feed-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export function FollowSummary({
href={!isList ? feed.url || docs : `${WEB_URL}/list/${feed.id}`}
target="_blank"
rel="noreferrer"
className="truncate"
>
{!isList ? feed.url || docs : `list:${feed.id}`}
</a>
Expand Down

0 comments on commit 7db5066

Please sign in to comment.