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 dea8b13 commit 61143f2Copy full SHA for 61143f2
packages/grant-explorer/src/features/projects/ViewProject.tsx
@@ -591,7 +591,7 @@ export function DirectDonationModalComponent(props: {
591
}
592
alt={"Project Logo"}
593
/>
594
- <p className="font-semibold text-md my-auto text-ellipsis line-clamp-1 max-w-[500px] 2xl:max-w-none">
+ <p className="font-semibold text-md my-auto text-ellipsis line-clamp-1 max-w-[100px]">
595
{props.projectData?.project?.metadata.title}
596
</p>
597
</div>
0 commit comments