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

Unexpected margin-bottom: 12px; in .v-input__slot when use "multiple" in v-select #5043

Closed
roman-dynin opened this issue Sep 5, 2018 · 8 comments
Labels
invalid The issue is missing information or is not a valid bug/feature request

Comments

@roman-dynin
Copy link

roman-dynin commented Sep 5, 2018

Source

https://gist.github.com/roman-dynin/c0409b0e7fb30a68be3d19fd0932c56d

Versions and Environment

Vuetify: 1.2.2
Vue: 2.5.17
Nuxt: 1.4.2
Browsers: Google Chrome 68.0.3440.106, Safari 11.0.3
OS: macOS 10.13.3

Expected Behavior

screenshot 2018-09-05 16 20 40

Actual Behavior

screenshot 2018-09-05 16 20 32

@jacekkarczmarczyk
Copy link
Member

Looks fine? https://codepen.io/anon/pen/dqzNMg

@roman-dynin
Copy link
Author

Yes, in this pen v-select look fine, but I cannot understand what wrong with my environment. I use only Vuetify .styl file.

@jacekkarczmarczyk
Copy link
Member

Ping for reopening or just create a new issue when you'll manage to create the codepen reproduction that shows the problem (however it looks more like a problem with your set up). Check also whether your vuetify version is up to date.

You can also ask on the Discord chat room, reddit or stackoverflow.

@jacekkarczmarczyk jacekkarczmarczyk added the invalid The issue is missing information or is not a valid bug/feature request label Sep 5, 2018
@KaelWD
Copy link
Member

KaelWD commented Sep 5, 2018

Looks like #2054

@scasic
Copy link

scasic commented Sep 22, 2018

Faced same issue after upgrading to the latest version of vuetify.
image

@marcioibm
Copy link

marcioibm commented Sep 27, 2018

Facing saming issue 👍

Update:
Found out that it happens when i import the stylus file instead of the minified css... Replacing it fixed my issue!

@chaim0m
Copy link

chaim0m commented May 12, 2019

I have this issue as well, is there any solution other then the above (not an option for me)?

@aspickard
Copy link

aspickard commented May 24, 2019

I am also facing this issue. For now I'm overriding the style in my global CSS unfortunately.

.v-select-list .v-list .v-input__slot { margin-bottom: 0 !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid The issue is missing information or is not a valid bug/feature request
Projects
None yet
Development

No branches or pull requests

7 participants