From d645e8bbe18a3559d83de4d59c342e3a00ed8822 Mon Sep 17 00:00:00 2001 From: David Hill Date: Fri, 16 Jan 2026 23:37:36 +0000 Subject: [PATCH] fix: (desktop) command palette width --- packages/ui/src/components/dialog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;