-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Discover] Fix multiline display in classic table #103499
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
[Discover] Fix multiline display in classic table #103499
Conversation
|
@elasticmachine merge upstream |
…iline-data-display
…-25-discover-restore-multiline-data-display
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
…splay' of github.com:kertal/kibana into kertal-pr-2021-06-25-discover-restore-multiline-data-display
…-25-discover-restore-multiline-data-display
|
@elasticmachine merge upstream |
…iline-data-display
|
@elasticmachine merge upstream |
…iline-data-display
|
@elasticmachine merge upstream |
…iline-data-display
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @kertal |
andreadelrio
left a comment
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.
LGTM
timroes
left a comment
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.
Tested on Chrome Linux, works as expected. Code LGTM
flash1293
left a comment
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.
Tested in Safari and Firefox, works as expected
* Restore CSS that broke multiline display * Add functional test
* Restore CSS that broke multiline display * Add functional test
* Restore CSS that broke multiline display * Add functional test Co-authored-by: Matthias Wilhelm <[email protected]>
* Restore CSS that broke multiline display * Add functional test Co-authored-by: Matthias Wilhelm <[email protected]>
|
Multiline text with \n not showing in ElasticSearch v 8.17.6 (April 29, 2025) could you verify? @kertal |
|
@jiacheng-0 you mean in Discover? Can you share a screenshot? thx |
|
If you expand the document, and look at the raw json in the doc viewer, how does the message look like? thx! |

Summary
This PR inverts a CSS change (in #83891) that broke the display of multi line strings in Discover classic table.
Before this PR, text containing multi lines looked like this:
Applying the changes of this PR, newlines look fine again
Fixes #97952
Checklist