aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-08-21 19:08:46 -0700
committerGitHub <[email protected]>2016-08-21 19:08:46 -0700
commit961c35f3fbe0d2a2839e37611f93712e7dbde87f (patch)
tree830645384452081f498f255b0e8801ad4dba7f5a
parent302ba3fdc6f20db533646694ee5cb73b72bafc60 (diff)
parentab9d3518602b233806eae093d872910da69303a4 (diff)
downloadbootstrap-961c35f3fbe0d2a2839e37611f93712e7dbde87f.tar.xz
bootstrap-961c35f3fbe0d2a2839e37611f93712e7dbde87f.zip
Merge pull request #20553 from twbs/split-dropup
v4: Split dropup button example
-rw-r--r--docs/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index 4511d6d32..d43f5e17d 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -361,7 +361,7 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
<button type="button" class="btn btn-secondary">
Split dropup
</button>
- <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">