-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Revert "[Discover][UnifiedDataTable] Left align content inside the rendered cell value" #230095
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
Conversation
…ndered c…" This reverts commit 06391b0.
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
l-suarez
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, thank you Julia!
|
Starting backport for target branches: 9.1 https://github.com/elastic/kibana/actions/runs/16655769314 |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
cc @jughosta |
…ndered cell value" (elastic#230095) Reverts elastic#226562 due to issues with elastic#229178 (comment) Closes elastic#229178 Before: <img width="1048" height="365" alt="Screenshot 2025-07-31 at 17 49 27" src="https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b" /> After: <img width="1054" height="392" alt="Screenshot 2025-07-31 at 17 49 56" src="https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1" /> (cherry picked from commit 217ea79)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…the rendered cell value" (#230095) (#230112) # Backport This will backport the following commits from `main` to `9.1`: - [Revert "[Discover][UnifiedDataTable] Left align content inside the rendered cell value" (#230095)](#230095) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Julia Rechkunova","email":"julia.rechkunova@elastic.co"},"sourceCommit":{"committedDate":"2025-07-31T17:27:40Z","message":"Revert \"[Discover][UnifiedDataTable] Left align content inside the rendered cell value\" (#230095)\n\nReverts #226562 due to issues with\nhttps://github.com//issues/229178#issuecomment-3140377497\n\nCloses https://github.com/elastic/kibana/issues/229178\n\nBefore:\n<img width=\"1048\" height=\"365\" alt=\"Screenshot 2025-07-31 at 17 49 27\"\nsrc=\"https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b\"\n/>\n\nAfter:\n<img width=\"1054\" height=\"392\" alt=\"Screenshot 2025-07-31 at 17 49 56\"\nsrc=\"https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1\"\n/>","sha":"217ea79431f5568ec1724c0dc82011f84c27bc42","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:DataDiscovery","backport:version","v9.2.0","v9.1.1"],"title":"Revert \"[Discover][UnifiedDataTable] Left align content inside the rendered cell value\"","number":230095,"url":"https://github.com/elastic/kibana/pull/230095","mergeCommit":{"message":"Revert \"[Discover][UnifiedDataTable] Left align content inside the rendered cell value\" (#230095)\n\nReverts #226562 due to issues with\nhttps://github.com//issues/229178#issuecomment-3140377497\n\nCloses https://github.com/elastic/kibana/issues/229178\n\nBefore:\n<img width=\"1048\" height=\"365\" alt=\"Screenshot 2025-07-31 at 17 49 27\"\nsrc=\"https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b\"\n/>\n\nAfter:\n<img width=\"1054\" height=\"392\" alt=\"Screenshot 2025-07-31 at 17 49 56\"\nsrc=\"https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1\"\n/>","sha":"217ea79431f5568ec1724c0dc82011f84c27bc42"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/230095","number":230095,"mergeCommit":{"message":"Revert \"[Discover][UnifiedDataTable] Left align content inside the rendered cell value\" (#230095)\n\nReverts #226562 due to issues with\nhttps://github.com//issues/229178#issuecomment-3140377497\n\nCloses https://github.com/elastic/kibana/issues/229178\n\nBefore:\n<img width=\"1048\" height=\"365\" alt=\"Screenshot 2025-07-31 at 17 49 27\"\nsrc=\"https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b\"\n/>\n\nAfter:\n<img width=\"1054\" height=\"392\" alt=\"Screenshot 2025-07-31 at 17 49 56\"\nsrc=\"https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1\"\n/>","sha":"217ea79431f5568ec1724c0dc82011f84c27bc42"}},{"branch":"9.1","label":"v9.1.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
…ndered cell value" (elastic#230095) Reverts elastic#226562 due to issues with elastic#229178 (comment) Closes elastic#229178 Before: <img width="1048" height="365" alt="Screenshot 2025-07-31 at 17 49 27" src="https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b" /> After: <img width="1054" height="392" alt="Screenshot 2025-07-31 at 17 49 56" src="https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1" />
…ndered cell value" (elastic#230095) Reverts elastic#226562 due to issues with elastic#229178 (comment) Closes elastic#229178 Before: <img width="1048" height="365" alt="Screenshot 2025-07-31 at 17 49 27" src="https://github.com/user-attachments/assets/5417df3f-674d-4a48-b9e9-69594e1ddb2b" /> After: <img width="1054" height="392" alt="Screenshot 2025-07-31 at 17 49 56" src="https://github.com/user-attachments/assets/59d116d9-ee6f-4580-a64c-593ac80271d1" />
Reverts #226562 due to issues with #229178 (comment)
Closes #229178
Before:

After:
