-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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] v-tooltip inside v-card-actions breaks layout of block v-btn #3386
Labels
T: feature
A new feature
Comments
This can workaround the issue <style scoped lang="scss">
.card__actions >>> .tooltip {
flex: 1 1 auto;
> span {
flex: 1 1 auto
}
}
</style> |
Due to how flex box works, and that there is no way for |
johnleider
added
T: feature
A new feature
and removed
T: bug
Functionality that does not work as intended/expected
labels
Feb 26, 2018
This will eventually be fixed by #3206 if you want something to follow. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions and Environment
Vuetify: 1.0.3
Vue: 2.5.13
Browsers: Chrome 64.0.3282.167
OS: Linux x86_64
Steps to reproduce
Have a look to the reproduction link
Expected Behavior
Inside v-card-actions, a v-btn with block attribute inside v-tooltip should grow full width, like the one without tooltip.
Actual Behavior
Inside v-card-actions, a v-btn with block attribute inside v-tooltip doesn't grow full width, block attribute has no effect.
Reproduction Link
https://codepen.io/Toilal/pen/wyYamb
The text was updated successfully, but these errors were encountered: