This commit is contained in:
Lee
2024-09-14 14:48:56 +01:00
parent 87174eab5b
commit 21e39be003
3 changed files with 2488 additions and 1960 deletions

@ -123,7 +123,7 @@ export default function PlayerRankChart({ player }: Props) {
return (
<Card className="h-96">
<Line options={options} data={data} />
<Line className="w-fit" options={options} data={data} />
</Card>
);
}