We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Long words in Dropdown menu do not wrap
Word wraps, as shown below. Can be fixed with word-break: break-all;
word-break: break-all;
The text was updated successfully, but these errors were encountered:
JIRA issue created: https://jira.corp.adobe.com/browse/SDS-4649
Sorry, something went wrong.
fix: wrapping on long words indropdowns (SDS-4649) #451
92014aa
8bb2d5b
fix: adding overflow-wrap to dropdown #451
05ed2f7
fix: make Menu items wrap correctly, fixes #451 (#482)
03208af
bernhard-adobe
Successfully merging a pull request may close this issue.
Description
Long words in Dropdown menu do not wrap
Steps to reproduce
Expected behavior
Word wraps, as shown below. Can be fixed with
word-break: break-all;
Environment
Additional context
The text was updated successfully, but these errors were encountered: