Skip to content

Commit

Permalink
fix policies version overlap (#113913)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic authored Oct 5, 2021
1 parent 65df961 commit a4f209e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const PackagePoliciesPage = ({ name, version }: PackagePoliciesPanelProps
}),
render(_version, { agentPolicy, packagePolicy }) {
return (
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexGroup gutterSize="s" alignItems="center" wrap={true}>
<EuiFlexItem grow={false}>
<EuiText size="s" className="eui-textNoWrap">
<FormattedMessage
Expand Down

0 comments on commit a4f209e

Please sign in to comment.