Fix layout jog when rendering post numbers (#11447)

This commit is contained in:
DS Boyce
2026-08-11 13:57:48 -07:00
parent 2916cbb49a
commit 80536706fa
@@ -61,9 +61,9 @@ export function ThreadItemPostNumber({
inline
? platform({
native: {transform: [{translateY: POST_NUMBER_INLINE_OFFSET}]},
web: {top: -2},
web: {top: -2, marginBottom: -2},
})
: {top: -2},
: {top: -2, marginBottom: -2},
]}>
<Text
accessibilityLabel={l({