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 hyphenation in toggle button labels #128

Closed
jthrilly opened this issue May 15, 2020 · 0 comments · Fixed by #130
Closed

Use hyphenation in toggle button labels #128

jthrilly opened this issue May 15, 2020 · 0 comments · Fixed by #130
Assignees
Milestone

Comments

@jthrilly
Copy link
Member

jthrilly commented May 15, 2020

Toggle button labels should use hyphenation to make long labels wrap better. This can be implemented with the hypens: auto css (https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens). Primary implementation concern is that this is english language only. Nothing we can do about that for now.

Without hyphenation:

Screen Shot 2020-05-15 at 11 04 52 AM

With hyphenation:

Screen Shot 2020-05-15 at 11 05 09 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants