diff --git a/src/screens/Profile/Header/Handle.tsx b/src/screens/Profile/Header/Handle.tsx index ba869b6626..acfba3fb28 100644 --- a/src/screens/Profile/Header/Handle.tsx +++ b/src/screens/Profile/Header/Handle.tsx @@ -47,7 +47,7 @@ export function ProfileHeaderHandle({ a.rounded_xs, {borderColor: t.palette.contrast_200}, ] - : [a.text_md, a.leading_tight, t.atoms.text_contrast_medium], + : [a.text_md, a.leading_snug, t.atoms.text_contrast_medium], web({wordBreak: 'break-all'}), ]}> {invalidHandle ? _(msg`āš Invalid Handle`) : `@${profile.handle}`} diff --git a/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx b/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx index 0fe3084178..64e869c94a 100644 --- a/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx +++ b/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx @@ -156,7 +156,7 @@ export const ExternalLinkEmbed = ({ style={[ a.transition_color, a.text_xs, - a.leading_tight, + a.leading_snug, hovered ? t.atoms.text_contrast_high : t.atoms.text_contrast_medium,