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

Labeled input fields with set widths overlap one another #2057

Closed
tirdadc opened this issue Apr 3, 2015 · 4 comments
Closed

Labeled input fields with set widths overlap one another #2057

tirdadc opened this issue Apr 3, 2015 · 4 comments
Milestone

Comments

@tirdadc
Copy link

tirdadc commented Apr 3, 2015

http://jsfiddle.net/5a6we429/5/

What's the recommended way to set the width of the labeled input fields while preventing overlapping?

UPDATE: I've finally managed to recreate the issue in this version of the jsfiddle. The last field that contains the button is overlapping / concealed because of this issue.

@tirdadc tirdadc changed the title Labeled input fields with set widths overlap one another Aligning labeled input fields with non labeled input fields Apr 3, 2015
@tirdadc tirdadc changed the title Aligning labeled input fields with non labeled input fields Labeled input fields with set widths overlap one another Apr 3, 2015
@jlukic
Copy link
Member

jlukic commented Apr 13, 2015

If you're using column widths you will need to use fluid input to match

@jlukic
Copy link
Member

jlukic commented Apr 13, 2015

Scratch that. I think I can see some issue going on here. Will get back.

@jlukic
Copy link
Member

jlukic commented Apr 13, 2015

It appears flex-grow with width: auto doesnt work correctly when the fluid width is below browser default input size.

Fixed in next

jlukic added a commit that referenced this issue Apr 13, 2015
@jlukic
Copy link
Member

jlukic commented Apr 13, 2015

Example of fixed
http://jsfiddle.net/1Lzkv4bc/

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

No branches or pull requests

3 participants