From 905fe2e7ce2f8bce388530a9b4f9498e7f9a8027 Mon Sep 17 00:00:00 2001 From: James Kerr Date: Mon, 26 Feb 2024 14:43:25 -0800 Subject: [PATCH] Give the export modal a max width (#3017) --- apps/zui/src/views/export-modal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/zui/src/views/export-modal/index.tsx b/apps/zui/src/views/export-modal/index.tsx index 2bc1204189..b1f26d6daa 100644 --- a/apps/zui/src/views/export-modal/index.tsx +++ b/apps/zui/src/views/export-modal/index.tsx @@ -29,7 +29,7 @@ export function ExportModal() { useSubmitKey(ref) return ( - +

Export Results

@@ -40,7 +40,7 @@ export function ExportModal() { className={classNames(forms.form, "stack-4")} onSubmit={(e) => ctl.submit(e)} > -
+