vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.6.6] v-card-title and v-card-text padding is added to v-card global default padding

Open simionato-mobisec opened this issue 9 months ago • 0 comments

Environment

Vuetify Version: 3.6.6 Vue Version: 3.4.27 Browsers: Firefox 126.0 OS: Ubuntu undefined

Steps to reproduce

  1. Update VCard global defaults
  2. Create one card which doesn't use v-card props
  3. Create one card which uses v-card props (title or text)

Expected Behavior

v-card-title and/or v-card-text padding is not added to the v-card since its padding is already specified in the global defaults.

Actual Behavior

v-card-title and/or v-card-text padding is added to the v-card.

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

If this is the intended behaviour, how can I workaround it?

simionato-mobisec avatar May 21 '24 11:05 simionato-mobisec