improve chart legend alignment

This commit is contained in:
henrygd
2025-08-24 22:34:26 -04:00
parent 8b655ef2b9
commit cba4d60895

View File

@@ -267,7 +267,7 @@ const ChartLegendContent = React.forwardRef<
<div
ref={ref}
className={cn(
"flex items-center justify-center gap-4 gap-y-1 flex-wrap",
"flex items-center justify-center gap-4 gap-y-1 flex-wrap ps-4",
verticalAlign === "top" ? "pb-3" : "pt-3",
className
)}