about summary refs log tree commit diff
path: root/src/view
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2024-11-01 15:15:44 -0400
committerGitHub <noreply@github.com>2024-11-01 12:15:44 -0700
commit5c5fc3230b45abc2946d8c3a45a1336e65478edd (patch)
treeea35892360d5d6f7d7f3f63fc22a892af57aaf2d /src/view
parent2398b84d1740cde9d8703801cd57e7044ae6aabb (diff)
downloadvoidsky-5c5fc3230b45abc2946d8c3a45a1336e65478edd.tar.zst
fix text clipping around external embed's domain (#6012)
Diffstat (limited to 'src/view')
-rw-r--r--src/view/com/util/post-embeds/ExternalLinkEmbed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx b/src/view/com/util/post-embeds/ExternalLinkEmbed.tsx
index 0fe308417..64e869c94 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,