Skip to content

Commit 6180111

Browse files
committed
Increases max width of task run filter
1 parent 49de105 commit 6180111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ function TasksDropdown({
634634
<SelectProvider value={values("tasks")} setValue={handleChange} virtualFocus={true}>
635635
{trigger}
636636
<SelectPopover
637-
className="min-w-0 max-w-[min(240px,var(--popover-available-width))]"
637+
className="min-w-0 max-w-[min(650px,var(--popover-available-width))]"
638638
hideOnEscape={() => {
639639
if (onClose) {
640640
onClose();

0 commit comments

Comments
 (0)