Skip to content

Commit 55bdceb

Browse files
authored
fix: project width in explorer (#1970)
1 parent 7ee9946 commit 55bdceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/round/ViewProjectDetails.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function ViewProjectDetails() {
143143
}}
144144
/>
145145
</div>
146-
<div className="flex flex-col md:flex-row xl:max-w-[1800px]">
146+
<div className="flex flex-col md:flex-row xl:max-w-[1800px] w-full">
147147
<div className="grow">
148148
<div>
149149
<ProjectTitle

0 commit comments

Comments
 (0)