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