Skip to content

Commit

Permalink
Break long mentions in post text
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 26, 2024
1 parent b1e650f commit 65c1cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postText/postText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function PostText(props: Props) {
text: segment.text,
component: (
<Link
className="text-skin-link-base hover:text-skin-link-hover break-words"
className="text-skin-link-base hover:text-skin-link-hover break-after-auto"
href={`/dashboard/user/${getHandle(segment.text)}`}
key={segment.mention?.did}
onClick={(e) => e.stopPropagation()}
Expand Down

0 comments on commit 65c1cac

Please sign in to comment.