-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fix AI Context menu text wrapping causing overlap #21438
Fix AI Context menu text wrapping causing overlap #21438
Conversation
Oh wow, I literally just opened a PR to solve the same issue like 30 minutes later without having known about yours 😄 That's crazy. Yours is much better! I wonder about the Label's |
195ba64
to
5514faa
Compare
Ok, I have removed the tooltip change. |
The tooltip's great! It's a good solution to see the whole description if it's been cut by the overflow. I was referring to the need of having the |
In this case if we not enable |
I pushed a little commit there adding |
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.
Thank you! 🙌
Release Notes: - N/A --- Split from #21438, this change for make sure the `single_line` mode Label will not be wrap. --------- Co-authored-by: Marshall Bowers <[email protected]>
Closes #20678 #21394
Release Notes:
Also cc #21409 @WeetHet @osiewicz to use
Label
, this PR has been fixedLabel
to ensurewhitespace_nowrap
when usesingle_line
.