diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 614be7e2b5..d923eb2914 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -57,7 +57,7 @@ Four options are available: top, right, bottom, and left aligned.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -65,7 +65,7 @@ Four options are available: top, right, bottom, and left aligned.Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -73,7 +73,7 @@ Four options are available: top, right, bottom, and left aligned.Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -81,7 +81,7 @@ Four options are available: top, right, bottom, and left aligned.Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -234,7 +234,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap'<div class="popover" role="tooltip"><div class="arrow" x-arrow></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
Base HTML to use when creating the popover.
The popover's title
will be injected into the .popover-title
.
'<div class="tooltip" role="tooltip"><div class="arrow" x-arrow></div><div class="tooltip-inner"></div></div>'
'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>'
Base HTML to use when creating the tooltip.
The tooltip's title
will be injected into the .tooltip-inner
.