Skip to content

Commit

Permalink
Ensure custom datetime picker option is full height
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBurgess committed Jan 29, 2025
1 parent 8b9c10c commit 7f90256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const DatetimeRangePicker = ({
<Popover.Button
ref={setReferenceElement}
as="div"
className={presetClassName}
className={classNames(presetClassName, "h-full")}
disabled={disabled}
>
{preset.label}
Expand Down

0 comments on commit 7f90256

Please sign in to comment.