-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Improve title on accordion label #406
Conversation
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.
Thanks!
@meeseeksdev please backport to 1.x |
Co-authored-by: Frédéric Collonval <[email protected]>
For those of us following along on the repo: What issue does this fix? Why is it important to have the title fall back to the label if the caption is not present? Please make some notes in either the PR or the commit so that the rest of us can understand what is going on, or if someone in the future is wondering why this change was made, they can understand. |
* Fix command to run memory-leak test * Acknowledge confirmation dialog * Support new tab selector following jupyterlab/lumino#406 * Add timeout to let Plotly figures resize * Skip motion for now as it is not a motion but a delete + insert action
The label may be truncated in the UI if it is too long due to CSS styling. The title is expected to be the fallback to the full information in such case.