Skip to content

Commit

Permalink
PR feedback: reduce dropdown width
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming committed Nov 15, 2023
1 parent f272999 commit 5a68a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/form/TimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const chakraStyles = (
}),
menu: (provided) => ({
...provided,
w: 200,
w: 105,
}),
});

Expand Down

0 comments on commit 5a68a25

Please sign in to comment.