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] fullscreen scrollable dialog stretches v-card-title and v-card-actions if there's not enough content in v-card-text #6754

Closed
Fyroman opened this issue Mar 18, 2019 · 2 comments
Assignees
Labels
C: VCard VCard C: VDialog VDialog T: enhancement Functionality that enhances existing features
Milestone

Comments

@Fyroman
Copy link

Fyroman commented Mar 18, 2019

Versions and Environment

Vuetify: 1.5.6
Vue: 2.6.9
Browsers: Chrome 72.0.3626.121
OS: Windows 10

Steps to reproduce

Just open dialog, but try to set view to something like phone's portrait mode, bigger the height, more prominent the bug will be

Expected Behavior

v-card-title and v-card-actions shouldn't grow to fill empty space

Actual Behavior

v-card-title and v-card-actions do grow to fill empty space

Reproduction Link

https://codepen.io/anon/pen/wOXVXy?editors=1010

Other comments

v-card-title and v-card-actions have flex-grow set to 1 for some reason. might the fix be that easy?

@johnleider johnleider self-assigned this Mar 21, 2019
@johnleider johnleider added the T: enhancement Functionality that enhances existing features label Mar 21, 2019
@johnleider johnleider added this to the v2.0.0 milestone Mar 21, 2019
This was referenced Jul 23, 2019
@NerijusD
Copy link

Can this be fixed on v1.5.x ?

@Fyroman
Copy link
Author

Fyroman commented Jul 27, 2019

Just apply style flex: 0 to v-card-title and v-card-actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VCard VCard C: VDialog VDialog T: enhancement Functionality that enhances existing features
Projects
None yet
Development

No branches or pull requests

4 participants