Skip to content

Commit 0a7df1d

Browse files
committed
update
1 parent 6b1f418 commit 0a7df1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/team/components/Analytics/PieChartCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function PieChartCard({
6060
<PieChart title={title} data={processedData} />
6161
</CardContent>
6262
<CardFooter className="no-scrollbar flex max-w-full justify-center p-6 pt-0 max-md:overflow-x-auto">
63-
<div className="flex flex-nowrap justify-center gap-x-4 gap-y-2.5 md:flex-wrap">
63+
<div className="flex flex-wrap justify-center gap-x-4 gap-y-2.5">
6464
{processedData.map(
6565
({ label, fill }: { label: string; fill?: string }) => (
6666
<div key={fill} className="flex items-center gap-2">

0 commit comments

Comments
 (0)