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

Fixing an overflow in modal/bottom sheet title #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zuzi-m
Copy link

@zuzi-m zuzi-m commented Jan 27, 2022

If the title provided to a searchable MultiSelectDialog or MultiSelectBottomSheet is too long it can become too long to fit in the space it gets. Since it is rendered inside a Row it is easily fixed by wrapping the title in Expanded.

This should prevent overflow and ensure that the title gets correctly laid out in its designated space.

@zuzi-m
Copy link
Author

zuzi-m commented Aug 26, 2022

@CHB61 updated my review to merge the latest master and resolve conflicts

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

Successfully merging this pull request may close these issues.

1 participant