Skip to content

Commit

Permalink
Merge pull request #929 from 3YOURMIND/fix-layout-bug
Browse files Browse the repository at this point in the history
fix(layout): readd vital div as layout was breaking in places
  • Loading branch information
Isokaeder authored Jun 4, 2024
2 parents 5c211fe + 2fb96ba commit f819799
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 f819799

Please sign in to comment.