From 4bd0cfde824b5a4b71b0c90994345785a07f900f Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 19:56:47 +0530 Subject: [PATCH] Add vertical dropdown menu codepen! --- docs/pages/dropdown-menu.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/pages/dropdown-menu.md b/docs/pages/dropdown-menu.md index e7d996892..40a83bbfc 100644 --- a/docs/pages/dropdown-menu.md +++ b/docs/pages/dropdown-menu.md @@ -95,14 +95,20 @@ Add the `.vertical` class to the top-level menu to make it vertical. Sub-menus a

Menus are block-level elements, which means they stretch to fill the width of their container. To make the below example less goofy, we've hard-coded a max-width on the menu.

+
+ Watch this part in video + + edit on codepen button +
+ ```html -