From 108bfc704ca410d358c2d418d79e8132984b7d8c Mon Sep 17 00:00:00 2001 From: Tim Sinaeve Date: Sat, 25 Oct 2025 13:26:24 +0200 Subject: [PATCH] Prevent status bar content wrapping --- components/StatusBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/StatusBar.tsx b/components/StatusBar.tsx index 987df1c..de5af38 100644 --- a/components/StatusBar.tsx +++ b/components/StatusBar.tsx @@ -214,8 +214,8 @@ const StatusBar: React.FC = ({ const zoomPercentage = Math.round(previewScale * 100); return ( -