File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ exports[`tooltip attributes basic tooltip 1`] = `
11
11
<div
12
12
class = " react-tooltip react-tooltip__place-top"
13
13
role = " tooltip"
14
+ style = " left: 5px; top: -10px;"
14
15
>
15
16
Hello World!
16
17
<div
17
18
class = " react-tooltip-arrow"
19
+ style = " left: 5px; bottom: -4px;"
18
20
/>
19
21
</div >
20
22
</div >
Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ exports[`tooltip props basic tooltip 1`] = `
10
10
<div
11
11
class = " react-tooltip react-tooltip__place-top"
12
12
role = " tooltip"
13
+ style = " left: 5px; top: -10px;"
13
14
>
14
15
Hello World!
15
16
<div
16
17
class = " react-tooltip-arrow"
18
+ style = " left: 5px; bottom: -4px;"
17
19
/>
18
20
</div >
19
21
</div >
@@ -100,10 +102,12 @@ exports[`tooltip props tooltip with float 1`] = `
100
102
<div
101
103
class = " react-tooltip react-tooltip__place-top"
102
104
role = " tooltip"
105
+ style = " left: 5px; top: -10px;"
103
106
>
104
107
Hello World!
105
108
<div
106
109
class = " react-tooltip-arrow"
110
+ style = " left: 5px; bottom: -4px;"
107
111
/>
108
112
</div >
109
113
</div >
You can’t perform that action at this time.
0 commit comments