From 792d7e1a55ff82a09e198ea4da7e4e73cf08f574 Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Thu, 1 Jun 2023 17:51:42 +0200 Subject: [PATCH] Fix line breaks on side bar links (#815) --- src/view/shell/desktop/RightNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index c1544713..1c013a3d 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -99,7 +99,7 @@ const styles = StyleSheet.create({ position: 'absolute', top: 20, left: 'calc(50vw + 330px)', - width: 300, + width: 304, }, message: {