vuetifyjs / vuetify

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

[Bug Report][3.7.1] VBanner different layout when using slots #20447

Open JoniLieh opened 1 week ago

JoniLieh commented 1 week ago

Environment

Vuetify Version: 3.7.1 Vue Version: 3.5.3 Browsers: Chrome 128.0.0.0 OS: Windows 10

Steps to reproduce

compare <v-banner-text></v-banner-text> <v-banner-actions></v-banner-actions> with <template #text></template> <template #actions></template>

Expected Behavior

Both banner layout should look the same

Actual Behavior

The actions are set different

Reproduction Link

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

JoniLieh commented 1 week ago

Since its d-flex im guessing letting the v-banner-text grow will fix it or just using v-spacer as a workaround