Skip to content

Commit a178ac1

Browse files
committed
fix(VDialog): correct v-card-subtitle positioning
fixes #9468
1 parent c3789d9 commit a178ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vuetify/src/components/VDialog/VDialog.sass

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
> .v-card__text
2828
padding: 0 24px 20px
2929

30+
> .v-card__subtitle
31+
padding: 0 24px 20px
32+
3033
// Element
3134
.v-dialog__content
3235
align-items: center

0 commit comments

Comments
 (0)