Skip to content

Commit

Permalink
docs: missing padding on body
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 28, 2023
1 parent 76dc891 commit 746cfce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/pages/[...slug].vue
Expand Up @@ -79,9 +79,11 @@ const ecosystemLinks = [
<UPage>
<UPageHeader :title="page.title" :description="page.description" :links="page.links" :headline="headline" />

<UPageBody prose class="pb-0">
<UPageBody prose>
<ContentRenderer v-if="page.body" :value="page" />
<hr v-if="surround?.length" class="my-8">

<hr v-if="surround?.length">
<UDocsSurround :surround="surround" />
</UPageBody>
Expand Down

0 comments on commit 746cfce

Please sign in to comment.