Skip to content

Commit

Permalink
[8.11] [Fleet] Fix package overview details title wrap (elastic#171415)…
Browse files Browse the repository at this point in the history
… (elastic#171421)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[Fleet] Fix package overview details title wrap
(elastic#171415)](elastic#171415)

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

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

<!--BACKPORT [{"author":{"name":"Nicolas
Chaulet","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-16T16:05:31Z","message":"[Fleet]
Fix package overview details title wrap
(elastic#171415)","sha":"810db499c3e5d2dd9c5be23f0d1eb09016ac3905","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Fleet","backport:prev-minor","v8.12.0"],"number":171415,"url":"https://github.com/elastic/kibana/pull/171415","mergeCommit":{"message":"[Fleet]
Fix package overview details title wrap
(elastic#171415)","sha":"810db499c3e5d2dd9c5be23f0d1eb09016ac3905"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/171415","number":171415,"mergeCommit":{"message":"[Fleet]
Fix package overview details title wrap
(elastic#171415)","sha":"810db499c3e5d2dd9c5be23f0d1eb09016ac3905"}}]}]
BACKPORT-->

Co-authored-by: Nicolas Chaulet <[email protected]>
  • Loading branch information
kibanamachine and nchaulet authored Nov 28, 2023
1 parent c7ec77f commit 5065020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export const OverviewPage: React.FC<Props> = memo(
/>
</EuiFlexItem>
) : null}
<EuiFlexItem>
<EuiFlexItem className="eui-textBreakWord">
<Details packageInfo={packageInfo} />
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 5065020

Please sign in to comment.