We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5fe2327 commit0c6ede1Copy full SHA for 0c6ede1
site/src/pages/TasksPage/TasksPage.tsx
@@ -347,7 +347,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
347
>
348
<SelectTrigger
349
id="templateID"
350
-className="w-40 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
+className="w-80 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
351
352
<SelectValueplaceholder="Select a template"/>
353
</SelectTrigger>
@@ -382,7 +382,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
382
383
384
id="presetID"
385
386
387
<SelectValueplaceholder="Select a preset"/>
388