Skip to content

Commit

Permalink
fix: remove clamp limit, close #688
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 29, 2024
1 parent 0016a07 commit 553ba7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const SocialMediaItem: EntryListItemFC = ({ entryId, entryPreview, transl
>
<FeedIcon fallback feed={feed} entry={entry.entries} size={32} className="mt-1" />
<div ref={ref} className="ml-2 min-w-0 flex-1">
<div className={cn("-mt-0.5 flex-1 text-sm", content && "line-clamp-[10]")}>
<div className="-mt-0.5 flex-1 text-sm">
<div className="w-[calc(100%-10rem)] space-x-1 leading-6">
<span className="inline-flex items-center gap-1 text-base font-semibold">
<span>{entry.entries.author || feed.title}</span>
Expand Down

0 comments on commit 553ba7d

Please sign in to comment.