From 88adccf2e73833e3b097239e5f1c572d55c72e14 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Wed, 1 Jun 2022 20:04:50 -0700 Subject: [PATCH] Added max widths to settings pages --- packages/components/src/components/SquigglePlayground.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/components/src/components/SquigglePlayground.tsx b/packages/components/src/components/SquigglePlayground.tsx index 53da8f92..97b3604d 100644 --- a/packages/components/src/components/SquigglePlayground.tsx +++ b/packages/components/src/components/SquigglePlayground.tsx @@ -198,7 +198,7 @@ let SquigglePlayground: FC = ({ }; let samplingSettings = ( -
+
<> = ({ ); let viewSettings = ( -
+

General Display Settings @@ -331,7 +331,7 @@ let SquigglePlayground: FC = ({ ); let inputVariableSettings = ( - <> +

Import Variables from JSON

@@ -360,7 +360,7 @@ let SquigglePlayground: FC = ({ )}
- +

); return (