Skip to content

Commit

Permalink
fix: adjust padding for project name for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsnayak committed Dec 17, 2024
1 parent 1fbd351 commit ec5d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/code-with-project-structure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function CodeWithProjectStructure({
className='hidden border-r md:block'
>
<aside>
<h3 className='overflow-hidden text-ellipsis whitespace-nowrap border-b border-border p-4 text-lg font-semibold'>
<h3 className='overflow-hidden text-ellipsis whitespace-nowrap border-b border-border px-4 py-2 font-semibold'>
{projectName}
</h3>
<ScrollArea className='h-[calc(100vh-10rem)]'>
Expand Down

1 comment on commit ec5d99a

@vercel
Copy link

@vercel vercel bot commented on ec5d99a Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.