We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vuetify Version: 3.6.12 Vue Version: 3.4.31 Browsers: Chrome 126.0.0.0 OS: Windows 10
Add block and stacked to an VBtn
block
stacked
The button receives an min-width of 100%
.v-btn--stacked.v-btn--size-small overrides the min-width of .v-btn--block
.v-btn--stacked.v-btn--size-small
.v-btn--block
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.12
Vue Version: 3.4.31
Browsers: Chrome 126.0.0.0
OS: Windows 10
Steps to reproduce
Add
block
andstacked
to an VBtnExpected Behavior
The button receives an min-width of 100%
Actual Behavior
.v-btn--stacked.v-btn--size-small
overrides the min-width of.v-btn--block
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: