fix: add spacing to chart tooltip
This commit is contained in:
parent
422cba2b83
commit
40e92cf2b9
1 changed files with 6 additions and 6 deletions
|
|
@ -224,7 +224,7 @@ function ChartTooltipContent({
|
|||
)}
|
||||
<div
|
||||
className={cn(
|
||||
"flex flex-1 justify-between leading-none",
|
||||
"flex flex-1 justify-between gap-2 leading-none",
|
||||
nestLabel ? "items-end" : "items-center"
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue