Skip to content

Commit

Permalink
[8.11] [Security Solution][Analyzer] - Fix analyzer panel text (#170329
Browse files Browse the repository at this point in the history
…) (#170349)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[Security Solution][Analyzer] - Fix analyzer panel text
(#170329)](#170329)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Michael
Olorunnisola","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-01T19:18:20Z","message":"[Security
Solution][Analyzer] - Fix analyzer panel text (#170329)\n\n##
Summary\r\n\r\nFixes an issue where the analyzer panel description
titles are vertical:\r\n\r\n<img width=\"1436\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/2761016c-61fa-4355-b91f-53060640e3f6\">\r\n\r\n\r\nAfter
this fix:\r\n\r\n<img width=\"880\" alt=\"Screenshot 2023-11-01 at 12 10
13
PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/cd86ced0-a121-4687-af61-5ffdfe7b16fb\">","sha":"a2e2c515d2ae17b25ff34bedb1b65665fe94916d","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix","Team:Threat
Hunting:Investigations","v8.12.0","v8.11.1"],"number":170329,"url":"https://github.com/elastic/kibana/pull/170329","mergeCommit":{"message":"[Security
Solution][Analyzer] - Fix analyzer panel text (#170329)\n\n##
Summary\r\n\r\nFixes an issue where the analyzer panel description
titles are vertical:\r\n\r\n<img width=\"1436\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/2761016c-61fa-4355-b91f-53060640e3f6\">\r\n\r\n\r\nAfter
this fix:\r\n\r\n<img width=\"880\" alt=\"Screenshot 2023-11-01 at 12 10
13
PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/cd86ced0-a121-4687-af61-5ffdfe7b16fb\">","sha":"a2e2c515d2ae17b25ff34bedb1b65665fe94916d"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170329","number":170329,"mergeCommit":{"message":"[Security
Solution][Analyzer] - Fix analyzer panel text (#170329)\n\n##
Summary\r\n\r\nFixes an issue where the analyzer panel description
titles are vertical:\r\n\r\n<img width=\"1436\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/2761016c-61fa-4355-b91f-53060640e3f6\">\r\n\r\n\r\nAfter
this fix:\r\n\r\n<img width=\"880\" alt=\"Screenshot 2023-11-01 at 12 10
13
PM\"\r\nsrc=\"https://github.com/elastic/kibana/assets/17211684/cd86ced0-a121-4687-af61-5ffdfe7b16fb\">","sha":"a2e2c515d2ae17b25ff34bedb1b65665fe94916d"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Michael Olorunnisola <[email protected]>
  • Loading branch information
kibanamachine and michaelolo24 authored Nov 1, 2023
1 parent eddccec commit 44d0b92
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ function EventDetailBreadcrumbs({
}

const StyledDescriptionList = memo(styled(EuiDescriptionList)`
.euiDescriptionList__title {
word-break: normal;
}
.euiDescriptionList__title,
.euiDescriptionList__description {
overflow-wrap: break-word;
Expand Down

0 comments on commit 44d0b92

Please sign in to comment.