Skip to content

Commit

Permalink
Merge pull request #1544 from argos-ci/fix-analytics-responsive
Browse files Browse the repository at this point in the history
feat(analytics): fix pie chart responsive
  • Loading branch information
jsfez authored Jan 22, 2025
2 parents e16e7f8 + 67541f5 commit 51a1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/ui/Charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function ChartLegendContent({
<div
ref={ref}
className={clsx(
"flex flex-wrap items-center justify-center gap-x-6 gap-y-2",
"flex max-h-40 flex-wrap items-center justify-center gap-x-6 gap-y-2 overflow-auto",
verticalAlign === "top" ? "pb-3" : "pt-3",
className,
)}
Expand Down

0 comments on commit 51a1656

Please sign in to comment.