Skip to content

Commit 6ee254c

Browse files
Merge pull request #3580 from gitcoinco/fix-donation-ui
fix: ui alignment in donation component
2 parents dea8b13 + 61143f2 commit 6ee254c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/projects/ViewProject.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ export function DirectDonationModalComponent(props: {
591591
}
592592
alt={"Project Logo"}
593593
/>
594-
<p className="font-semibold text-md my-auto text-ellipsis line-clamp-1 max-w-[500px] 2xl:max-w-none">
594+
<p className="font-semibold text-md my-auto text-ellipsis line-clamp-1 max-w-[100px]">
595595
{props.projectData?.project?.metadata.title}
596596
</p>
597597
</div>

0 commit comments

Comments
 (0)