Skip to content

Commit

Permalink
fix: project width in explorer (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra authored Jun 21, 2023
1 parent 7ee9946 commit 55bdceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function ViewProjectDetails() {
}}
/>
</div>
<div className="flex flex-col md:flex-row xl:max-w-[1800px]">
<div className="flex flex-col md:flex-row xl:max-w-[1800px] w-full">
<div className="grow">
<div>
<ProjectTitle
Expand Down

0 comments on commit 55bdceb

Please sign in to comment.