Skip to content

Commit 92dcd3d

Browse files
committed
Revert "fix(webapp): set min-width for task filter dropdown when text is truncated"
This reverts commit c769a57.
1 parent c769a57 commit 92dcd3d

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-[360px] max-w-[min(360px,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)