Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Oct 26, 2024
2 parents 942ca14 + 65c1cac commit 8b8eab0
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 8b8eab0

Please sign in to comment.