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

Select component not have the same height with other component #396

Closed
hatavan83 opened this issue Feb 15, 2017 · 8 comments
Closed

Select component not have the same height with other component #396

hatavan83 opened this issue Feb 15, 2017 · 8 comments

Comments

@hatavan83
Copy link

When i use select component the same line with input text, the border-bottom of selection component is not the same line with input text
How can I change the size of select component when I want it with smaller size?

@hatavan83
Copy link
Author

The select value is not changed when apply placeholder

@conx13
Copy link

conx13 commented Feb 15, 2017

This is same? #374

@hatavan83
Copy link
Author

hatavan83 commented Feb 15, 2017

@conx13: It is the same #374 , I also want to change font-size to smaller, can you give me some guideline ?

@conx13
Copy link

conx13 commented Feb 15, 2017

at the moment just css:
.q-picker-textfield {height: inherit}; .textfield {font-size: 0.5rem;}
and popover
.item { font-size: 0.5rem !important; line-height: inherit;} ? But i'm a beginner :-)

@hatavan83
Copy link
Author

@conx13
Should not change css from framework directly because it will effect to all component in app, I just want to change at my component :(
I add css to change the select component by set font-side but I cannot change the css of popover in my component :(
@rstoenescu Do you have any idea ?

@conx13
Copy link

conx13 commented Feb 15, 2017

Should not change css from framework directly because it will effect to all component in app, I just want to change at my component :(

I agree...

@rstoenescu
Copy link
Member

Please wait for the new Quasar version. This version enhances forms a lot. Your issue will be fixed in it. Simply go ahead and continue your work on your app and later this week you'll be able to upgrade to the new Quasar version and everything will work as expected.

@rstoenescu
Copy link
Member

Closing this as it's kind of duplicate for #374

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants