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

Use material3 chips instead of a button group for the output format selector #55

Merged
merged 1 commit into from May 30, 2022

Conversation

chenxiaolong
Copy link
Owner

The material3 button group cannot handle situations where the buttons
overflow the screen's width. Instead, we'll use a chip group, which is
designed to handle multiline scenarios.

Fixes: #52

@chenxiaolong chenxiaolong self-assigned this May 30, 2022
…elector

The material3 button group cannot handle situations where the buttons
overflow the screen's width. Instead, we'll use a chip group, which is
designed to handle multiline scenarios.

Fixes: #52
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
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.

Output Format options cropped on small screens
1 participant