diff --git a/apps/web/src/features/planning/recipe-picker-dialog.scss b/apps/web/src/features/planning/recipe-picker-dialog.scss index b036e82..6e281fb 100644 --- a/apps/web/src/features/planning/recipe-picker-dialog.scss +++ b/apps/web/src/features/planning/recipe-picker-dialog.scss @@ -5,8 +5,8 @@ // RecipeTabs import it themselves). .recipe-picker-dialog { - width: 92vw; - max-width: 75rem; + width: 95vw; + max-width: 85rem; // Fixed, not just capped — `.dialog-panel`'s own `max-height` (dialog.scss) // only bounds how tall a shrink-to-fit dialog can grow, which is right // for every other dialog's small form but leaves this one's browsing