[Security Solution] fix wrong alignment of buttons in Timeline#268314
Merged
PhilippeOberti merged 1 commit intoMay 9, 2026
Merged
Conversation
|
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
|
kelvtanv
approved these changes
May 9, 2026
Contributor
kelvtanv
left a comment
There was a problem hiding this comment.
Thanks for fixing this! I'm sure it was driving a lot of people insane 😂
Contributor
|
Starting backport for target branches: 9.3, 9.4 |
This was referenced May 9, 2026
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
May 9, 2026
…268314) (#268563) # Backport This will backport the following commits from `main` to `9.4`: - [[Security Solution] fix wrong alignment of buttons in Timeline (#268314)](#268314) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"philippe.oberti@elastic.co"},"sourceCommit":{"committedDate":"2026-05-09T01:00:53Z","message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Threat Hunting","backport:version","v9.5.0","v9.3.5","v9.4.1"],"title":"[Security Solution] fix wrong alignment of buttons in Timeline","number":268314,"url":"https://github.com/elastic/kibana/pull/268314","mergeCommit":{"message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.4"],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/268314","number":268314,"mergeCommit":{"message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068"}},{"branch":"9.3","label":"v9.3.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.4","label":"v9.4.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <philippe.oberti@elastic.co>
kibanamachine
added a commit
that referenced
this pull request
May 9, 2026
…268314) (#268562) # Backport This will backport the following commits from `main` to `9.3`: - [[Security Solution] fix wrong alignment of buttons in Timeline (#268314)](#268314) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"philippe.oberti@elastic.co"},"sourceCommit":{"committedDate":"2026-05-09T01:00:53Z","message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Threat Hunting","backport:version","v9.5.0","v9.3.5","v9.4.1"],"title":"[Security Solution] fix wrong alignment of buttons in Timeline","number":268314,"url":"https://github.com/elastic/kibana/pull/268314","mergeCommit":{"message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.4"],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/268314","number":268314,"mergeCommit":{"message":"[Security Solution] fix wrong alignment of buttons in Timeline (#268314)","sha":"15e710dcb8c2ca4028f75536431354b963789068"}},{"branch":"9.3","label":"v9.3.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.4","label":"v9.4.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <philippe.oberti@elastic.co>
clintandrewhall
pushed a commit
that referenced
this pull request
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes a small issue with button alignment on Timeline
Checklist
release_note:*label is applied per the guidelinesbackport:*labels.#268375