From 2535f7c79ad98bcb372636c9c6ff90841ffd1c37 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Jun 2014 21:45:55 -0700 Subject: [PATCH] fixes #13769 --- docs/_includes/components/dropdowns.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 93da73250e..4889c64f2f 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -7,7 +7,7 @@

Wrap the dropdown's trigger and the dropdown menu within .dropdown, or another element that declares position: relative;. Then add the menu's HTML.

{% highlight html %}