From 3bc93c8f386ab8f70fa0b0217197bc2c56700a64 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 9 Jul 2018 14:59:46 -0400 Subject: [PATCH] MM-11203 Adjust reply icon margins to not affect other components (#1897) --- app/components/post_header/post_header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/post_header/post_header.js b/app/components/post_header/post_header.js index 145895be9..d821b1cee 100644 --- a/app/components/post_header/post_header.js +++ b/app/components/post_header/post_header.js @@ -291,7 +291,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { flexDirection: 'row', alignItems: 'center', justifyContent: 'center', - height: 35, + marginVertical: -10, minWidth: 40, paddingVertical: 10, },