Skip to content

Commit

Permalink
Adjust spacing in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
albingroen committed Feb 20, 2023
1 parent ae60cc8 commit adcfa07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default function Models() {

<hr className="mt-5 border-gray-200/80 -mx-5" />

<Stack direction="vertical" className="mt-4">
<Stack direction="vertical" className="mt-4" spacing="small">
<div>
<p className="label">Models</p>

Expand Down Expand Up @@ -367,7 +367,7 @@ export default function Models() {

<hr className="mt-5 mb-4 border-gray-200/80 -mx-5" />

<Stack direction="vertical">
<Stack direction="vertical" spacing="small">
<div>
<p className="label">Enums</p>

Expand Down

1 comment on commit adcfa07

@vercel
Copy link

@vercel vercel bot commented on adcfa07 Feb 20, 2023

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.