Skip to content

Commit

Permalink
fix plassering datepicker (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr authored Dec 13, 2023
1 parent 4b2cc1f commit 000a134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const DateRangePicker = ({ from, to, disabledDays }: Props) => {
onClose={closeToggle}
wrapperClassName="flex flex-1"
>
<div className="flex sm:flex-row flex-col gap-4 sm:items-end">
<div className="flex sm:flex-row flex-col gap-4 items-start">
<DatePicker.Input
disabled={from.disabled}
error={fromState.error?.message}
Expand Down

0 comments on commit 000a134

Please sign in to comment.