about summary refs log tree commit diff
path: root/src/components/moderation
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-03-20 23:33:19 +0200
committerGitHub <noreply@github.com>2025-03-20 23:33:19 +0200
commitd3c44ebc5b9becc78b58a4f12f9bbf7173da9e32 (patch)
tree9d764dbe80cc751d1def2b9801f096a3f65808b9 /src/components/moderation
parent950e2e5f742a81dc1c061313987a9e604554913d (diff)
downloadvoidsky-d3c44ebc5b9becc78b58a4f12f9bbf7173da9e32.tar.zst
Fix post thread item hider line height crop (#8028)
Diffstat (limited to 'src/components/moderation')
-rw-r--r--src/components/moderation/PostHider.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/moderation/PostHider.tsx b/src/components/moderation/PostHider.tsx
index 246e30015..03a58ab0b 100644
--- a/src/components/moderation/PostHider.tsx
+++ b/src/components/moderation/PostHider.tsx
@@ -114,7 +114,9 @@ export function PostHider({
           <desc.icon size="sm" fill={t.atoms.text_contrast_medium.color} />
         </View>
       </Pressable>
-      <Text style={[t.atoms.text_contrast_medium, a.flex_1]} numberOfLines={1}>
+      <Text
+        style={[t.atoms.text_contrast_medium, a.flex_1, a.leading_snug]}
+        numberOfLines={1}>
         {desc.name}
       </Text>
       {!modui.noOverride && (