Commit 9336a827 authored by Mark Otto's avatar Mark Otto
Browse files

fix submenu docs height given border-box

parent bd692694
Showing with 1 addition and 1 deletion
+1 -1
...@@ -400,7 +400,7 @@ section > ul li { ...@@ -400,7 +400,7 @@ section > ul li {
margin-bottom: 5px; margin-bottom: 5px;
} }
.bs-docs-example-submenu { .bs-docs-example-submenu {
min-height: 180px; min-height: 230px;
} }
.bs-docs-example-submenu > .pull-left + .pull-left { .bs-docs-example-submenu > .pull-left + .pull-left {
margin-left: 20px; margin-left: 20px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment