Skip to content

Commit

Permalink
fix overlapping-funding-rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 28, 2024
1 parent 52fdb49 commit 33b0f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orgs/components/org-details-card/funding-rounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const FundingRounds = ({ fundingRounds }: Props) => {
<div className="flex flex-col justify-center gap-2">
{fundingRounds.map((fundingRound, i) => (
<>
<div key={fundingRound.id} className="flex flex-wrap lg:h-6">
<div key={fundingRound.id} className="flex flex-wrap">
<InfoTags
tags={createFundingRoundTags(fundingRound)}
classNames={{ wrapper: 'gap-y-0' }}
Expand Down

0 comments on commit 33b0f3e

Please sign in to comment.