Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Nov 24, 2023
1 parent 606f5cb commit 65c69de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/components/dropdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ You can do this with any button variant in `.btn-{color}`.

Replace the default arrow icon with a custom icon. Just remove the `.dropdown-toggle` class and adds an icons onto the button. You also can use the `margin` or `flex` help classes for alignment if you need.

{{< example >}}
{{< example class="d-flex flex-wrap gap-3" >}}
<button type="button" class="btn btn-default" data-bs-toggle="dropdown" aria-expanded="false">
Page actions <i class="fas fa-angle-down ms-2"></i>
</button>
Expand Down

0 comments on commit 65c69de

Please sign in to comment.