diff --git a/content/components/dropdown/index.md b/content/components/dropdown/index.md index aab907e..3a50387 100644 --- a/content/components/dropdown/index.md +++ b/content/components/dropdown/index.md @@ -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" >}}