From e00c32ba8e2b9249aae58b301a99a2eb2ccc274c Mon Sep 17 00:00:00 2001 From: Garrett Stevens Date: Tue, 5 Mar 2024 17:10:22 -0700 Subject: [PATCH] Set a max width on the app --- packages/app-core/src/ui/App/App.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/app-core/src/ui/App/App.tsx b/packages/app-core/src/ui/App/App.tsx index 9c7750d599..618ff6ca52 100644 --- a/packages/app-core/src/ui/App/App.tsx +++ b/packages/app-core/src/ui/App/App.tsx @@ -97,7 +97,12 @@ const App = observer(function (props: Props) { }} > -
+