-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Navigation Screen: Truncate long menu names #35188
Conversation
Size Change: +37 B (0%) Total Size: 1.06 MB
ℹ️ View Unchanged
|
I'm not sure if the issue is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't reproduce the problem @annezazu found, the changes work for me 🚢
Updated: wait, ignore that… the overflow problem happens to me too when you enter a string that can't be broken. Adding a word-break: break-word;
to the block placeholder label seems to fix the problem.
@javierarce, I just tested with Firefox and couldn't reproduce the word break issue. Let's merge this and follow up with the fix in separate PR. |
Description
Truncate long menu names after 24 characters.
P.S. We probably need to use a different approach for long menu names in the dropdown.
Partially fixes #34512.
How has this been tested?
Screenshots
Types of changes
Bugfix
Checklist:
*.native.js
files for terms that need renaming or removal).