Skip to content

Commit

Permalink
docs(misc-wysiwyg): update example padding (vuetifyjs#14418)
Browse files Browse the repository at this point in the history
Co-authored-by: John Leider <john.j.leider@gmail.com>
  • Loading branch information
rohan220217 and johnleider committed Dec 28, 2021
1 parent 00f1940 commit a816ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/src/examples/v-btn-toggle/misc-wysiwyg.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-card
max-width="400"
class="mx-auto"
class="mx-auto px-4"
>
<v-textarea
v-model="value"
Expand All @@ -11,7 +11,7 @@
></v-textarea>

<v-row
class="px-2 pb-2 ma-0"
class="pb-2 ma-0"
justify="space-between"
>
<v-btn-toggle
Expand Down Expand Up @@ -67,7 +67,7 @@
</v-row>

<v-sheet
class="pa-4 text-center"
class="py-4 text-center"
tile
>
<v-row
Expand Down

0 comments on commit a816ad1

Please sign in to comment.