-
Notifications
You must be signed in to change notification settings - Fork 531
11824 long metadata values break the table layout #11825
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
11824 long metadata values break the table layout #11825
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.
This looks fine. I can confirm it works on the provided example (which only overflows when I narrow the window enough.)
FWIW: It looks like word-break:normal;overflow-wrap:anywhere is a newer/better alternative to the word-break:break-all we use in other places.
I also noted that table.metadata applies both to the metadata pane and to the ubove-the-fold summary area - we probably do want both.
Adding to Ready for Triage - assuming it's accepted, it can go directly to Ready for QA (post v6.8).
|
The issue was only about the layout in the metadata table, which I think is fixed in the example dataset in the images. That said, does it make sense to move the css statements in the PR up to
|
|
I like this approach |
|
thanks, looks good from my end - merging |




Which issue(s) this PR closes: