fix range
This commit is contained in:
@@ -41,7 +41,10 @@ export function RangePeriod({
|
||||
>
|
||||
<ChevronLeftIcon />
|
||||
</Button>
|
||||
<Button variant="outline" className="pointer-events-none border-dashed">
|
||||
<Button
|
||||
variant="outline"
|
||||
className="pointer-events-none border-dashed max-lg:w-full"
|
||||
>
|
||||
<div className="gap-1 flex">
|
||||
<Badge variant="outline" className="rounded-sm px-1 font-mono">
|
||||
{datetime.format(startDate)}
|
||||
|
||||
Reference in New Issue
Block a user