diff --git a/src/screens/PostThread/components/ThreadItemPostNumber.tsx b/src/screens/PostThread/components/ThreadItemPostNumber.tsx index 7d55adf50b..04db513a2b 100644 --- a/src/screens/PostThread/components/ThreadItemPostNumber.tsx +++ b/src/screens/PostThread/components/ThreadItemPostNumber.tsx @@ -60,7 +60,13 @@ export function ThreadItemPostNumber({ inline ? platform({ native: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]}, - web: {top: -2, marginBottom: -2}, + web: { + top: -2, + marginBottom: -2, + // Inline views inherit the surrounding line height on web. Keep + // the badge at its usual size when emoji-only text enlarges it. + lineHeight: a.text_xs.fontSize * a.leading_normal.lineHeight, + }, }) : {top: -2, marginBottom: -2}, ]}>