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 49de105 commit 6180111Copy full SHA for 6180111
apps/webapp/app/components/runs/v3/RunFilters.tsx
@@ -634,7 +634,7 @@ function TasksDropdown({
634
<SelectProvider value={values("tasks")} setValue={handleChange} virtualFocus={true}>
635
{trigger}
636
<SelectPopover
637
- className="min-w-0 max-w-[min(240px,var(--popover-available-width))]"
+ className="min-w-0 max-w-[min(650px,var(--popover-available-width))]"
638
hideOnEscape={() => {
639
if (onClose) {
640
onClose();
0 commit comments