Skip to content

Commit

Permalink
fix(layout): readd vital div as layout was breaking in places
Browse files Browse the repository at this point in the history
Co-Authored-By: Florian Wendelborn <[email protected]>
  • Loading branch information
Isokaeder and FlorianWendelborn committed Jun 4, 2024
1 parent 5c211fe commit 2fb96ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/documentation/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<ActionBar />
</template>
<template #workspace>
<nuxt class="content" />
<div>
<nuxt class="content" />
</div>
</template>
</LayoutContainer>
</KtI18nContext>
Expand Down

0 comments on commit 2fb96ba

Please sign in to comment.