diff --git a/src/components/Post/PostRepliedTo.tsx b/src/components/Post/PostRepliedTo.tsx
index 3085826c23..a1a2ed25a3 100644
--- a/src/components/Post/PostRepliedTo.tsx
+++ b/src/components/Post/PostRepliedTo.tsx
@@ -57,7 +57,9 @@ export function PostRepliedTo({
size="xs"
style={[t.atoms.text_contrast_medium, {top: -1}]}
/>
- {label}
+
+ {label}
+
)
}