Skip to content

Commit

Permalink
fix: friend desc text balance
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 23, 2024
1 parent f91267e commit 33b43dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(app)/friends/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const Card: FC<{ link: LinkModel }> = ({ link }) => {
/>
<span className="flex h-full flex-col items-center justify-center space-y-2 py-3">
<span className="text-lg font-medium">{link.name}</span>
<span className="line-clamp-2 break-all text-sm text-base-content/80">
<span className="line-clamp-2 text-balance break-all text-center text-sm text-base-content/80">
{link.description}
</span>
</span>
Expand Down

0 comments on commit 33b43dc

Please sign in to comment.