Skip to content

Commit cded00c

Browse files
committed
Widen task filter dropdown popup by 50%
Increased the max-width of the TasksDropdown SelectPopover from 240px to 360px to provide more space for viewing task names, especially those with colon-namespaced naming conventions.
1 parent b2fbde5 commit cded00c

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
@@ -635,7 +635,7 @@ function TasksDropdown({
635635
<SelectProvider value={values("tasks")} setValue={handleChange} virtualFocus={true}>
636636
{trigger}
637637
<SelectPopover
638-
className="min-w-0 max-w-[min(240px,var(--popover-available-width))]"
638+
className="min-w-0 max-w-[min(360px,var(--popover-available-width))]"
639639
hideOnEscape={() => {
640640
if (onClose) {
641641
onClose();

0 commit comments

Comments
 (0)