Commit 42e1e14
# Backport
This will backport the following commits from `main` to `9.0`:
- [[Security Solution] [Attack discovery] Fixes overflow styling for
markdown with XL badges
(#213666)](#213666)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Andrew
Macri","email":"andrew.macri@elastic.co"},"sourceCommit":{"committedDate":"2025-03-10T15:34:35Z","message":"[Security
Solution] [Attack discovery] Fixes overflow styling for markdown with XL
badges (#213666)\n\n### [Security Solution] [Attack discovery] Fixes
overflow styling for markdown with XL badges\n\nThis PR fixes an
overflow styling issue when markdown contains badges that exceed the
width of the container, as reported in
<https://github.com/elastic/kibana/issues/213228>.\n\nIt also hides the
`Load query` and `Save query` menu items from the filter popup menu in
the settings flyout.\n\n\n\n####
Details\n\n- The overflow issue is fixed by enabling horizontal
scrolling when badges exceed the width of the markdown container, as
illustrated by the before and after screenshots
below:\n\n**Before**\n\n\n\n**After**\n\n\n\n-
The`Load query` and `Save query` menu items in the filter popup menu are
now hidden, as illustrated by the before and after screenshots of the
settings flyout below:\n\n**Before**\n\n\n\n**After**\n\n","sha":"ecdea5abaa2a2c318056e8474c0d513e9c6f535c","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:
SecuritySolution","Team:Security Generative
AI","backport:version","v8.18.0","v9.1.0","v8.19.0","v8.18.1"],"title":"[Security
Solution] [Attack discovery] Fixes overflow styling for markdown with XL
badges","number":213666,"url":"https://github.com/elastic/kibana/pull/213666","mergeCommit":{"message":"[Security
Solution] [Attack discovery] Fixes overflow styling for markdown with XL
badges (#213666)\n\n### [Security Solution] [Attack discovery] Fixes
overflow styling for markdown with XL badges\n\nThis PR fixes an
overflow styling issue when markdown contains badges that exceed the
width of the container, as reported in
<https://github.com/elastic/kibana/issues/213228>.\n\nIt also hides the
`Load query` and `Save query` menu items from the filter popup menu in
the settings flyout.\n\n\n\n####
Details\n\n- The overflow issue is fixed by enabling horizontal
scrolling when badges exceed the width of the markdown container, as
illustrated by the before and after screenshots
below:\n\n**Before**\n\n\n\n**After**\n\n\n\n-
The`Load query` and `Save query` menu items in the filter popup menu are
now hidden, as illustrated by the before and after screenshots of the
settings flyout below:\n\n**Before**\n\n\n\n**After**\n\n","sha":"ecdea5abaa2a2c318056e8474c0d513e9c6f535c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213666","number":213666,"mergeCommit":{"message":"[Security
Solution] [Attack discovery] Fixes overflow styling for markdown with XL
badges (#213666)\n\n### [Security Solution] [Attack discovery] Fixes
overflow styling for markdown with XL badges\n\nThis PR fixes an
overflow styling issue when markdown contains badges that exceed the
width of the container, as reported in
<https://github.com/elastic/kibana/issues/213228>.\n\nIt also hides the
`Load query` and `Save query` menu items from the filter popup menu in
the settings flyout.\n\n\n\n####
Details\n\n- The overflow issue is fixed by enabling horizontal
scrolling when badges exceed the width of the markdown container, as
illustrated by the before and after screenshots
below:\n\n**Before**\n\n\n\n**After**\n\n\n\n-
The`Load query` and `Save query` menu items in the filter popup menu are
now hidden, as illustrated by the before and after screenshots of the
settings flyout below:\n\n**Before**\n\n\n\n**After**\n\n","sha":"ecdea5abaa2a2c318056e8474c0d513e9c6f535c"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
---------
Co-authored-by: Andrew Macri <andrew.macri@elastic.co>
1 parent 755e23a commit 42e1e14
2 files changed
Lines changed: 38 additions & 8 deletions
File tree
- x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/attack_discovery_panel/tabs/attack_discovery_tab
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
176 | 196 | | |
Lines changed: 18 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
79 | 86 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
84 | 94 | | |
85 | 95 | | |
86 | 96 | | |
| |||
0 commit comments