From 110ee2ac4ac37bd22909ab580b9923fc35e015ba Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 6 Aug 2021 14:05:14 +0200 Subject: [PATCH] min width 360px for Dialog.tsx --- components/Dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Dialog.tsx b/components/Dialog.tsx index b16416dd..e2698179 100644 --- a/components/Dialog.tsx +++ b/components/Dialog.tsx @@ -13,7 +13,7 @@ export function Dialog({ children, ...props }) { export const DialogContent = React.forwardRef(({ children, ...props }, forwardedRef) => ( {children}