From 4b948bfdeead93dccf1f2593f8f5b3ef2090e4bb Mon Sep 17 00:00:00 2001 From: Varunram Ganesh Date: Fri, 16 Mar 2018 17:08:30 +0530 Subject: [PATCH] Update vertical pills example (#25852) Add the column/grid to the example code (which is what makes it vertical in the first place) --- docs/4.0/components/navs.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/docs/4.0/components/navs.md b/docs/4.0/components/navs.md index ed6e0a178c..86173e9a23 100644 --- a/docs/4.0/components/navs.md +++ b/docs/4.0/components/navs.md @@ -479,17 +479,23 @@ And with vertical pills. {% highlight html %} - -
-
...
-
...
-
...
-
...
+
+
+ +
+
+
+
...
+
...
+
...
+
...
+
+
{% endhighlight %} -- 2.47.2