mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
improve chart legend alignment
This commit is contained in:
@@ -267,7 +267,7 @@ const ChartLegendContent = React.forwardRef<
|
|||||||
<div
|
<div
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
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",
|
verticalAlign === "top" ? "pb-3" : "pt-3",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user