Skip to content

Commit 9110b21

Browse files
committed
Set width to timing place dropdown
1 parent c802eca commit 9110b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/routes-and-lines/stop-timing-settings/TimingSettingsForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const TimingSettingsForm = ({
108108
{...props}
109109
/>
110110
)}
111-
className="flex-1"
111+
className="w-[400px] max-w-full flex-1"
112112
/>
113113
<SimpleButton
114114
containerClassName="self-end ml-6"

0 commit comments

Comments
 (0)