From 1de8558b1dc470330c28a2845a07d7d6b1217e37 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 19:15:25 +0530 Subject: [PATCH] Add `.menu-text` codepen! --- docs/pages/menu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 44e5bfd0d..be5d55a71 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -210,6 +210,12 @@ Add the class `.active` to any `
  • ` to create an active state. You could apply ## Text + + Because the padding of the menu item is applied to the ``, if you try to add an item that's text only, it will be misaligned. To get around this, add the class `.menu-text` to any `
  • ` that doesn't have a link inside of it. ```html_example -- 2.47.3