diff options
| author | XhmikosR <[email protected]> | 2018-10-13 16:17:28 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-14 08:17:40 +0300 |
| commit | f9dea7624b8b090264e5a66a44bc2b6c0a8317b9 (patch) | |
| tree | e56759dc6f565622342a2db9120d4dcd445329a8 /site/docs/4.1/components | |
| parent | ea575bc1a7c1eadbbc06117e5d0d00b0d36c1256 (diff) | |
| download | bootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.tar.xz bootstrap-f9dea7624b8b090264e5a66a44bc2b6c0a8317b9.zip | |
Move periods outside of links.
Diffstat (limited to 'site/docs/4.1/components')
| -rw-r--r-- | site/docs/4.1/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/dropdowns.md b/site/docs/4.1/components/dropdowns.md index 9adfa499b..c9daf5518 100644 --- a/site/docs/4.1/components/dropdowns.md +++ b/site/docs/4.1/components/dropdowns.md @@ -8,7 +8,7 @@ toc: true ## Overview -Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/) +Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/). Dropdowns are built on a third party library, [Popper.js](https://popper.js.org/), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js]({{ site.cdn.popper }}) before Bootstrap's JavaScript or use `bootstrap.bundle.min.js` / `bootstrap.bundle.js` which contains Popper.js. Popper.js isn't used to position dropdowns in navbars though as dynamic positioning isn't required. |
