From 8563f2699effb96730554296bfefaefd37a66090 Mon Sep 17 00:00:00 2001 From: RobM-ADP <44685045+RobM-ADP@users.noreply.github.com> Date: Tue, 31 Mar 2020 03:22:01 -0400 Subject: [PATCH] chore(tooltip): fix closing div tags in tooltip stories (#662) --- packages/tooltip/stories/index.stories.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/tooltip/stories/index.stories.mdx b/packages/tooltip/stories/index.stories.mdx index cf7b2a0ea..ed20f4b7f 100644 --- a/packages/tooltip/stories/index.stories.mdx +++ b/packages/tooltip/stories/index.stories.mdx @@ -27,7 +27,7 @@ e invoker element is focused. -
This is a tooltip
+
This is a tooltip
`} @@ -99,7 +99,7 @@ You can easily change the placement of the content node relative to the invoker. ```html -
Its top placement
+
Its top placement
``` @@ -135,7 +135,7 @@ You can override the Popper configuration, the API is one to one with Popper's A }, })}}> -
This is a tooltip
+
This is a tooltip
`} @@ -167,7 +167,7 @@ You can override the Popper configuration, the API is one to one with Popper's A } }}> -
This is a tooltip
+
This is a tooltip
``` @@ -191,7 +191,7 @@ We export a `lion-tooltip-arrow` that you can use by default for this. -
This is a tooltip
+
This is a tooltip
`} @@ -200,7 +200,7 @@ We export a `lion-tooltip-arrow` that you can use by default for this. ```html -
This is a tooltip
+
This is a tooltip
``` @@ -237,7 +237,7 @@ The rest of the work is done by Popper.js (for positioning) and the `lion-toolti -
This is a tooltip
+
This is a tooltip
`; @@ -272,7 +272,7 @@ customElements.define('custom-tooltip-arrow', CustomTooltipArrow); ```html -
This is a tooltip
+
This is a tooltip
```