From b7f081d6e4043c2bdd7f11c9ac131e633df4aeea Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Wed, 17 May 2023 01:38:06 +0200 Subject: Fix line break in New Post button (#657) --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 8901fd813..ba48dd2ae 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -298,7 +298,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', justifyContent: 'center', - width: 138, + width: 140, borderRadius: 24, paddingVertical: 10, paddingHorizontal: 16, -- cgit 1.4.1