aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/4.0/components/dropdowns.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index f2c2de873..4bec2986a 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -653,7 +653,6 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
Add `.active` to items in the dropdown to **style them as active**.
{% example html %}
-
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Regular link</a>
<a class="dropdown-item active" href="#">Active link</a>