diff options
| author | ysds <[email protected]> | 2017-11-20 09:28:30 +0900 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-11-20 09:18:17 +0100 |
| commit | eeb3ce0138c900a61b23ae07f98172eab33fbe26 (patch) | |
| tree | 90b99fc9991be2c27e217a4a64c28709deb02895 | |
| parent | 1449ec0d7c29b381592fa09edb15936a861827d7 (diff) | |
| download | bootstrap-eeb3ce0138c900a61b23ae07f98172eab33fbe26.tar.xz bootstrap-eeb3ce0138c900a61b23ae07f98172eab33fbe26.zip | |
Fix dropup example code
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index cb307550d..cde123b00 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -387,9 +387,8 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element. {% highlight html %} <!-- Default dropup button --> <div class="btn-group dropup"> - <button type="button" class="btn btn-secondary">Dropup</button> <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> - <span class="sr-only">Toggle Dropdown</span> + Dropup </button> <div class="dropdown-menu"> <!-- Dropdown menu links --> |
