vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Bug Report][3.5.15] v-badge inline left prop not working #19613

Open pedrito-96 opened 2 weeks ago

pedrito-96 commented 2 weeks ago

Environment

Vuetify Version: 3.5.15 Vue Version: 3.4.21 Browsers: Chrome 123.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

Add inline prop --> add left prop

Expected Behavior

Badge should go left

Actual Behavior

Badge stays in right position

Reproduction Link

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

Other comments

Doc of inline prop: Moves the badge to be inline with the wrapping element. Supports the usage of the left prop.

KaelWD commented 2 weeks ago

There is no left prop in v3, but location="left" doesn't work here either.