diff --git a/packages/frontend/src/components/ui/dialog.tsx b/packages/frontend/src/components/ui/dialog.tsx index 3877f9f..d1ec38d 100644 --- a/packages/frontend/src/components/ui/dialog.tsx +++ b/packages/frontend/src/components/ui/dialog.tsx @@ -49,7 +49,7 @@ function DialogContent({ "bg-background data-[state=closed]:zoom-out-95", "data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%]", "z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%]", - "gap-4 border p-4 shadow-lg duration-200 outline-none", + "gap-4 border p-4 shadow-lg duration-200 outline-none w-sm", className, )} {...props} diff --git a/todo.md b/todo.md index 88b2376..fb564ed 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,5 @@ # HIGH PRIORITY -- FIX: server configuration dialog is screen width - projects menu - delete project - sprints