fix: add spacing to chart tooltip

This commit is contained in:
Esdras Renan 2025-10-18 21:39:48 -03:00
parent 422cba2b83
commit 40e92cf2b9

View file

@ -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"
)}
>