We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f418 commit 0a7df1dCopy full SHA for 0a7df1d
apps/dashboard/src/app/team/components/Analytics/PieChartCard.tsx
@@ -60,7 +60,7 @@ export function PieChartCard({
60
<PieChart title={title} data={processedData} />
61
</CardContent>
62
<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">
+ <div className="flex flex-wrap justify-center gap-x-4 gap-y-2.5">
64
{processedData.map(
65
({ label, fill }: { label: string; fill?: string }) => (
66
<div key={fill} className="flex items-center gap-2">
0 commit comments