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

Input Addon Component - Please add max-width: 0; to input css class #116

Open
cicsolutions opened this issue Jul 29, 2018 · 0 comments
Open

Comments

@cicsolutions
Copy link

I did not test this in all browsers, however I'm using FIreFox 61.0.1, and I noticed that with the input having flex: 1, it will grow and shrink to fill the remaining space of the container EXCEPT once the container shrinks to a certain width, the input stops shrinking.

I added min-width: 0; to the .InputAddOn-field class, and it fixed the issue for me.

.InputAddOn-field {
  flex: 1;
  min-width: 0;
}

Thanks for all you do!

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

1 participant