mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +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 >}}
|
{{< example >}}
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
Right-aligned menu
|
Right-aligned menu example
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu dropdown-menu-end">
|
<ul class="dropdown-menu dropdown-menu-end">
|
||||||
<li><button class="dropdown-item" type="button">Action</button></li>
|
<li><button class="dropdown-item" type="button">Action</button></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user