Skip to content

Commit

Permalink
Avoiding test failure by pushing tooltip to the right with display block
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Sep 16, 2019
1 parent 3af0829 commit 9544955
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/legacy/ui/public/vis/editors/default/controls/switch.tsx
Expand Up @@ -39,7 +39,12 @@ function SwitchParamEditor({
}: SwitchParamEditorProps) {
return (
<div className="visEditorSidebar__aggParamFormRow">
<EuiToolTip content={displayToolTip} delay="long" position="right">
<EuiToolTip
content={displayToolTip}
delay="long"
position="right"
anchorClassName="eui-displayBlock"
>
<EuiSwitch
label={displayLabel}
checked={value}
Expand Down

0 comments on commit 9544955

Please sign in to comment.