Skip to content

Commit 61143f2

Browse files
fix: ui alignment bug
1 parent dea8b13 commit 61143f2

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)