diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index e300fff18a..ea9ea3cd67 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -253,11 +253,11 @@ } // Popovers -.bd-example-popover { +.bd-example-popover-static { padding-bottom: 1.5rem; background-color: #f9f9f9; } -.bd-example-popover .popover { +.bd-example-popover-static .popover { position: relative; display: block; float: left; @@ -266,7 +266,7 @@ } // Tooltips -.bd-example-tooltip .tooltip { +.bd-example-tooltip-static .tooltip { position: relative; display: inline-block; margin: 10px 20px; diff --git a/docs/components/popovers.md b/docs/components/popovers.md index a0860df519..e04b3acec9 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -53,7 +53,7 @@ $(function () { Four options are available: top, right, bottom, and left aligned. -