Skip to content

Commit

Permalink
docs(DocTabs): adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jul 13, 2023
1 parent 59e443d commit 3bf2f45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/docs/src/components/doc/Tabs.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<template>
<v-tabs v-model="model" color="primary">
<v-tabs
v-model="model"
class="mb-1"
color="primary"
height="44"
>
<slot name="tabs" />
</v-tabs>

<v-window v-model="model">
<slot name="content" />
</v-window>
Expand Down

0 comments on commit 3bf2f45

Please sign in to comment.