Skip to content

Commit

Permalink
Align tooltip at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jun 28, 2021
1 parent 78ab411 commit d61f690
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,12 @@ export function MlLatencyCorrelations({ onClose }: Props) {
defaultMessage: 'Correlation',
}
)}
<EuiIcon size="s" color="subdued" type="questionInCircle" />
<EuiIcon
size="s"
color="subdued"
type="questionInCircle"
className="eui-alignTop"
/>
</>
</EuiToolTip>
),
Expand Down

0 comments on commit d61f690

Please sign in to comment.