From 2f9dd131f9d2db2e5d66c20f1ff576f292cdd46a Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 18 Nov 2022 11:37:12 -0600 Subject: Spacing and sizing fixes --- src/view/com/post/Post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/post/Post.tsx') diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 005ea8c7f..a5c084570 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -189,12 +189,12 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', flexWrap: 'wrap', + minHeight: 36, paddingBottom: 8, }, postText: { fontFamily: 'Helvetica Neue', fontSize: 17, lineHeight: 22.1, // 1.3 of 17px - minHeight: 28, }, }) -- cgit 1.4.1