Fix dropup example code

This commit is contained in:
ysds 2017-11-20 09:28:30 +09:00 committed by Johann-S
parent 1449ec0d7c
commit eeb3ce0138
1 changed files with 1 additions and 2 deletions

View File

@ -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 -->