Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.4.4] v-toolbar-title sass flex styling makes it less wide than available and required #18825

Closed
simonpercivall opened this issue Dec 5, 2023 · 2 comments
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage

Comments

@simonpercivall
Copy link

Environment

Vuetify Version: 3.4.4
Vue Version: 3.3.10
Browsers: Firefox 120.0
OS: Mac OS 10.15

Steps to reproduce

Create a <v-toolbar-title> in a <v-toolbar>, together with for instance a <v-spacer>. Make the width of the toolbar narrow enough that the toolbar title has less than 50%.

Expected Behavior

The toolbar title should get the space it asks for until there's not enough space to give.

This would happen if flex-basis was auto, like in flex: 1 1 auto. flex: 1 1 is equivalent to flex: 1 1 0

Actual Behavior

It gets truncated too early, because the basis, what it asks for, is set to zero.

Reproduction Link

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

@sronveaux
Copy link

sronveaux commented May 30, 2024

Hi Vuetify team,

Does someone has some advices to give on this one ? I encounter the exact same problem. This was working fine in Vuetify 2 but is behaving differently now. If this is not considered a bug, how would you recommend us to get around this ?

@overclocked555
Copy link
Contributor

I confirm that this error remains in the new 3.6.11 version

@github-actions github-actions bot added the S: stale This issue is untriaged and hasn't seen any activity in at least six months. label Jan 1, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S: stale This issue is untriaged and hasn't seen any activity in at least six months. S: triage
Projects
None yet
Development

No branches or pull requests

3 participants