Skip to content

Commit

Permalink
Fix label for fields in the Advanced settings section of policy detai…
Browse files Browse the repository at this point in the history
…ls (elastic#115869)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
paul-tavares and kibanamachine authored Oct 21, 2021
1 parent 09d4aa6 commit ee5b847
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ const PolicyAdvanced = React.memo(
<EuiFormRow
fullWidth
label={
<EuiFlexGroup>
<EuiFlexItem>{configPath.join('.')}</EuiFlexItem>
<EuiFlexGroup responsive={false}>
<EuiFlexItem grow={true}>{configPath.join('.')}</EuiFlexItem>
{documentation && (
<EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiIconTip content={documentation} position="right" />
</EuiFlexItem>
)}
Expand Down

0 comments on commit ee5b847

Please sign in to comment.