diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index 22e25b8ca..b17ad439f 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -263,7 +263,10 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { replyIconContainer: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'center' + justifyContent: 'center', + height: 30, + minWidth: 40, + paddingVertical: 10 }, replyText: { fontSize: 15,