Skip to content

Commit 2e79db0

Browse files
committed
better handling of unapproved grants
1 parent 622b13f commit 2e79db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/common/DefaultLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function GradientLayout({
4141
/>
4242
<div
4343
className={classNames(
44-
"container mx-auto max-w-screen-2xl relative z-10 px-4 sm:px-6 lg:px-20",
44+
"mx-auto w-full relative z-10 px-4 sm:px-6 lg:px-20",
4545
showAlloVersionBanner ? "pt-[120px]" : "pt-16"
4646
)}
4747
style={{

0 commit comments

Comments
 (0)