Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let wide
InputGroup
s honor the minimum input width and overflow hor…
…izontally (#522) Since form inputs can have a fixed minimum size (and they have it by default), `InputGroup` should overflow horizontally if its content doesn't fit the available width. This limits the usage of `InputGroup` in narrow containers and on mobile screens at the moment, but prevents a bug when components inside a shrinked `InputGroup` would overlap each other. Closes #522.
- Loading branch information