We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6444ebb commit 47d0021Copy full SHA for 47d0021
1 file changed
src/components/NewTaskDialog.tsx
@@ -464,7 +464,7 @@ export function NewTaskDialog(props: NewTaskDialogProps) {
464
<Dialog
465
open={props.open}
466
onClose={props.onClose}
467
- width={store.availableAgents.length > 8 ? '540px' : '420px'}
+ width={store.availableAgents.length > 8 ? '580px' : '500px'}
468
panelStyle={{ gap: '20px' }}
469
>
470
<form
0 commit comments