We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f24b21 commit d716953Copy full SHA for d716953
packages/vue-vuetify/src/complex/components/AdditionalProperties.vue
@@ -1,6 +1,6 @@
1
<template>
2
<v-card v-if="control.visible" v-bind="vuetifyProps('v-card')" flat>
3
- <v-container>
+ <v-container class="py-0">
4
<v-row no-gutters>
5
<v-col v-if="mdAndUp && additionalPropertiesTitle">
6
{{ additionalPropertiesTitle }}</v-col
@@ -47,7 +47,7 @@
47
</v-tooltip>
48
</v-row>
49
</v-container>
50
- <v-container v-bind="vuetifyProps('v-container')">
+ <v-container v-bind="vuetifyProps('v-container')" class="py-0">
51
<v-row
52
no-gutters
53
v-for="element in additionalPropertyItems"
0 commit comments