0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

fix submenu docs height given border-box

This commit is contained in:
Mark Otto 2013-03-30 13:11:15 -07:00
parent bd69269426
commit 9336a827c6

View File

@ -400,7 +400,7 @@ section > ul li {
margin-bottom: 5px;
}
.bs-docs-example-submenu {
min-height: 180px;
min-height: 230px;
}
.bs-docs-example-submenu > .pull-left + .pull-left {
margin-left: 20px;