Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0c6ede1

Browse files
committed
increase template and preset select width
1 parent5fe2327 commit0c6ede1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎site/src/pages/TasksPage/TasksPage.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
347347
>
348348
<SelectTrigger
349349
id="templateID"
350-
className="w-40 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
350+
className="w-80 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
351351
>
352352
<SelectValueplaceholder="Select a template"/>
353353
</SelectTrigger>
@@ -382,7 +382,7 @@ const TaskForm: FC<TaskFormProps> = ({ templates, onSuccess }) => {
382382
>
383383
<SelectTrigger
384384
id="presetID"
385-
className="w-40 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
385+
className="w-80 text-xs [&_svg]:size-icon-xs border-0 bg-surface-secondary h-8 px-3"
386386
>
387387
<SelectValueplaceholder="Select a preset"/>
388388
</SelectTrigger>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp