File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dashboard/src/components/ui Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function Calendar({
6262 week_number : cn ( 'text-muted-foreground select-none text-[0.8rem]' , defaultClassNames . week_number ) ,
6363 day : cn (
6464 'group/day relative aspect-square h-full w-full select-none p-0 text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md' ,
65- '[tr:has(td:only -child) _&]:aspect-auto [tr:has(td:only -child)_&]:w-[calc(100%/7)]' ,
65+ '[tr:has(td:last -child:not(:nth-child(7))) _&]:aspect-auto [tr:has(td:last -child:not(:nth-child(7)) )_&]:w-[calc(100%/7)]' ,
6666 defaultClassNames . day ,
6767 ) ,
6868 range_start : cn ( 'bg-accent rounded-l-md' , defaultClassNames . range_start ) ,
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ function Calendar({
6464 week_number : cn ( 'text-muted-foreground select-none text-[0.8rem]' , defaultClassNames . week_number ) ,
6565 day : cn (
6666 'group/day relative aspect-square h-full w-full select-none p-0 text-center [&:first-child[data-selected=true]_button]:rounded-l-md [&:last-child[data-selected=true]_button]:rounded-r-md' ,
67- defaultClassNames . day ,
67+ '[tr:has(td:last-child:not(:nth-child(7)))_&]:aspect-auto [tr:has(td:last-child:not(:nth-child(7)))_&]:w-[calc(100%/7)]' ,
68+ defaultClassNames . day ,
6869 ) ,
6970 range_start : cn ( 'bg-accent rounded-l-md' , defaultClassNames . range_start ) ,
7071 range_middle : cn ( 'rounded-none' , defaultClassNames . range_middle ) ,
You can’t perform that action at this time.
0 commit comments