Skip to content

Commit 391ba52

Browse files
committed
fixes
1 parent ef62884 commit 391ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/contributors/components/ViewAttestationModal/ViewAttestationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function ViewAttestationModal({
4040
onClick={() => window.open(transactionUrl, "_blank")}
4141
/>
4242
<ImageWithLoading
43-
sizeClass={`w-full max-w-[700px] relative`}
43+
sizeClass={`max-w-[700px] relative`}
4444
src={imageSrc}
4545
isLoading={isLoading}
4646
/>

0 commit comments

Comments
 (0)