diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53411 -> 53411 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/navs.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 781c90d6d..590098a42 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4c054ce38..8d40d543d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2367,7 +2367,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { clear: both; } .tab-content { - overflow: hidden; + display: table; } .tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs { border-bottom: 0; diff --git a/less/navs.less b/less/navs.less index 1325bb15a..1fc42e4e9 100644 --- a/less/navs.less +++ b/less/navs.less @@ -260,7 +260,7 @@ .clearfix(); } .tab-content { - overflow: hidden; // prevent content from running below tabs + display: table; // prevent content from running below tabs } // Remove border on bottom, left, right |
