File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ exports[`tooltip attributes tooltip with place 1`] = `
6060 Lorem Ipsum
6161 </span >
6262 <div
63- class = " react-tooltip react-tooltip__place-right react-tooltip__show"
63+ class = " react-tooltip react-tooltip__place-left react-tooltip__show"
6464 id = " example-place-attr"
6565 role = " tooltip"
66- style = " left: 10px; top: 5px;"
66+ style = " left: - 10px; top: 5px;"
6767 >
6868 Hello World!
6969 <div
7070 class = " react-tooltip-arrow"
71- style = " --rt-arrow-size: 8px; left : -4px; top : -1px ;"
71+ style = " --rt-arrow-size: 8px; top : -1px; right : -4px ;"
7272 />
7373 </div >
7474</div >
Original file line number Diff line number Diff line change @@ -187,15 +187,15 @@ exports[`tooltip props tooltip with place 1`] = `
187187 Lorem Ipsum
188188 </span >
189189 <div
190- class = " react-tooltip react-tooltip__place-right react-tooltip__show"
190+ class = " react-tooltip react-tooltip__place-left react-tooltip__show"
191191 id = " example-place"
192192 role = " tooltip"
193- style = " left: 10px; top: 5px;"
193+ style = " left: - 10px; top: 5px;"
194194 >
195195 Hello World!
196196 <div
197197 class = " react-tooltip-arrow"
198- style = " --rt-arrow-size: 8px; left : -4px; top : -1px ;"
198+ style = " --rt-arrow-size: 8px; top : -1px; right : -4px ;"
199199 />
200200 </div >
201201</div >
You can’t perform that action at this time.
0 commit comments