mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 02:30:23 +00:00
Fix dropup example code
This commit is contained in:
parent
1449ec0d7c
commit
eeb3ce0138
1 changed files with 1 additions and 2 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue