mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Change button copy to make the example clearer
This commit is contained in:
parent
87e56de066
commit
861227887e
@ -644,7 +644,7 @@ By default, a dropdown menu is automatically positioned 100% from the top and al
|
||||
{{< example >}}
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Right-aligned menu
|
||||
Right-aligned menu example
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-end">
|
||||
<li><button class="dropdown-item" type="button">Action</button></li>
|
||||
|
Loading…
Reference in New Issue
Block a user