Skip to content

Commit d716953

Browse files
committed
use less space
1 parent 1f24b21 commit d716953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-vuetify/src/complex/components/AdditionalProperties.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-card v-if="control.visible" v-bind="vuetifyProps('v-card')" flat>
3-
<v-container>
3+
<v-container class="py-0">
44
<v-row no-gutters>
55
<v-col v-if="mdAndUp && additionalPropertiesTitle">
66
{{ additionalPropertiesTitle }}</v-col
@@ -47,7 +47,7 @@
4747
</v-tooltip>
4848
</v-row>
4949
</v-container>
50-
<v-container v-bind="vuetifyProps('v-container')">
50+
<v-container v-bind="vuetifyProps('v-container')" class="py-0">
5151
<v-row
5252
no-gutters
5353
v-for="element in additionalPropertyItems"

0 commit comments

Comments
 (0)