File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,20 @@ function DatePicker({
6161
6262 < Popover
6363 className = { clsx (
64- "bg-klerosUIComponentsWhiteBackground shadow-default rounded-base overflow-y- scroll" ,
64+ "bg-klerosUIComponentsWhiteBackground shadow-default rounded-base overflow-scroll" ,
6565 "border-klerosUIComponentsStroke ease-ease scrollbar border transition" ,
6666 time ? "w-82.5 lg:w-112.5" : "w-82.5" ,
6767 popoverClassName ,
6868 ) }
6969 >
7070 < Dialog className = "flex size-full flex-wrap" >
71- < Calendar />
72- { time && < TimeControl { ...{ minValue } } /> }
71+ < div
72+ className = { clsx ( "flex" , time ? "w-82.5 lg:w-112.5" : "w-82.5" ) }
73+ >
74+ < Calendar />
75+ { time && < TimeControl { ...{ minValue } } /> }
76+ </ div >
77+
7378 < div
7479 className = { clsx (
7580 "flex h-16 w-full items-center justify-between px-4" ,
You can’t perform that action at this time.
0 commit comments