Skip to content

Commit

Permalink
[Fleet] Fix package overview details title wrap (elastic#171415)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Nov 16, 2023
1 parent 7ae71c8 commit 810db49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,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 810db49

Please sign in to comment.