From ef4741ede04b1ecee00c36395e2fda8590ac04c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Thu, 11 Jul 2024 14:10:03 +0200 Subject: [PATCH] fix: make dialog responsive --- frontend/src/components/ui/dialog.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/ui/dialog.tsx b/frontend/src/components/ui/dialog.tsx index 1e78678a..7ad60561 100644 --- a/frontend/src/components/ui/dialog.tsx +++ b/frontend/src/components/ui/dialog.tsx @@ -1,6 +1,6 @@ -import * as React from "react"; import * as DialogPrimitive from "@radix-ui/react-dialog"; import { Cross2Icon } from "@radix-ui/react-icons"; +import * as React from "react"; import { cn } from "src/lib/utils"; @@ -36,7 +36,7 @@ const DialogContent = React.forwardRef<