Skip to content

Commit

Permalink
cleanup(graph): make project details full width
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Dec 1, 2023
1 parent 20bd1eb commit 4da1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/project-details/src/lib/project-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function ProjectDetails() {
};

return (
<div className="m-4 overflow-auto">
<div className="m-4 overflow-auto w-full">
<h1 className="text-2xl">{name}</h1>
<h2 className="text-lg pl-6 mb-3 flex flex-row gap-2">
{root}{' '}
Expand Down

0 comments on commit 4da1206

Please sign in to comment.