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] Data iterator regression on pagination width #4500

Closed
peluprvi opened this issue Jul 5, 2018 · 1 comment
Closed

[Bug Report] Data iterator regression on pagination width #4500

peluprvi opened this issue Jul 5, 2018 · 1 comment
Labels
P: low The issue is of low importance T: regression Something that used to work but we broke
Milestone

Comments

@peluprvi
Copy link
Contributor

peluprvi commented Jul 5, 2018

Versions and Environment

Vuetify: 1.1.1
Last working version: 1.1.0-beta.3
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Windows 7

Steps to reproduce

Compare the items per page selector width:
Version 1.1.0-beta.3: https://codepen.io/anon/pen/dKBbow?&editors=101
Version 1.1.0-rc.1: https://codepen.io/anon/pen/OEeLNP?&editors=101
Version 1.1.1: https://codepen.io/anon/pen/JZQPjZ?&editors=101

Expected Behavior

Items per page selector should be shrink, like on Version 1.1.0-beta.3: https://codepen.io/anon/pen/dKBbow?&editors=101

image

Actual Behavior

Items per page selector width is too large: Version 1.1.1: https://codepen.io/anon/pen/JZQPjZ?&editors=101

image

Reproduction Link

https://codepen.io/anon/pen/JZQPjZ?&editors=101

Other comments

Data table looks right and should be tested too

@KaelWD
Copy link
Member

KaelWD commented Jul 5, 2018

beta.3 had

.v-select:not(.v-autocomplete) input {
    font-size: 0;
    min-height: 32px;
}

@KaelWD KaelWD added the T: regression Something that used to work but we broke label Jul 5, 2018
@KaelWD KaelWD added this to the v1.1.x milestone Jul 5, 2018
@KaelWD KaelWD added the P: low The issue is of low importance label Jul 5, 2018
@KaelWD KaelWD modified the milestones: v1.1.x, v1.2.x Aug 28, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Dec 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P: low The issue is of low importance T: regression Something that used to work but we broke
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants