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

Let wide InputGroups honor the minimum input width and overflow horizontally (#522) #578

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

adamkudrna
Copy link
Member

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.

…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.
@github-actions github-actions bot added the fix Fixing a bug label Nov 29, 2024
@adamkudrna adamkudrna merged commit db3b229 into master Dec 2, 2024
12 checks passed
@adamkudrna adamkudrna deleted the fix/522-input-group branch December 2, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken layout when InputGroup is used within FormLayout
2 participants