Skip to content

Commit

Permalink
fix(VCard): explicitly define white-space
Browse files Browse the repository at this point in the history
could be inherited from components like v-slide-group and cause layout issues

fixes #8333
  • Loading branch information
johnleider committed Aug 12, 2019
1 parent f2c206d commit f5db05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VCard/VCard.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
.v-card
max-width: 100%
outline: none
overflow-wrap: break-word
text-decoration: none
transition-property: box-shadow, opacity
white-space: normal
word-break: break-word
overflow-wrap: break-word
+elevation(2)

> *:first-child:not(.v-btn):not(.v-chip),
Expand Down

0 comments on commit f5db05d

Please sign in to comment.