Skip to content

Commit

Permalink
fix: chart tooltip cut in contributors card (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 authored Nov 1, 2023
1 parent dea7268 commit 7c16863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/ContributorCard/contributor-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ContributorCard = ({ className, contributor, topic, repositories, range }:
{!!isMaintainer && <Badge text="maintainer" />}
</div>
</div>
<div className="h-[110px] overflow-hidden">
<div className="h-32">
<CardLineChart lineChartOption={chart} />
</div>
<CardRepoList repoList={repoList} total={repoList.length} />
Expand Down

0 comments on commit 7c16863

Please sign in to comment.