Skip to content

Commit

Permalink
chore: min width date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 6, 2024
1 parent 7917815 commit 9020480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ const DateRangePicker = React.forwardRef<HTMLDivElement, DateRangePickerProps>((
anchor="bottom end"
className={tremorTwMerge(
// common
"[--anchor-gap:4px] divide-y overflow-y-auto outline-none border min-w-40",
"[--anchor-gap:4px] divide-y overflow-y-auto outline-none border min-w-44",
// light
"shadow-tremor-dropdown bg-tremor-background border-tremor-border divide-tremor-border rounded-tremor-default",
// dark
Expand Down

0 comments on commit 9020480

Please sign in to comment.