summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/dialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/dialog.css')
-rw-r--r--packages/ui/src/components/dialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index a2f279f20..5c7cdc233 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -24,7 +24,7 @@
[data-slot="dialog-container"] {
position: relative;
z-index: 50;
- width: min(calc(100vw - 16px), 480px);
+ width: min(calc(100vw - 16px), 640px);
height: min(calc(100vh - 16px), 512px);
display: flex;
flex-direction: column;