aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-20 16:06:42 -0800
committerMark Otto <[email protected]>2012-02-20 16:06:42 -0800
commit9c74f21966d134e8576cfcfae0bb5301fcd2facd (patch)
tree8d4e886007e8f6415c405fa3069b837e279a4351
parent91fe8bc0f49bf2da396bd6904c8f954487247f57 (diff)
downloadbootstrap-9c74f21966d134e8576cfcfae0bb5301fcd2facd.tar.xz
bootstrap-9c74f21966d134e8576cfcfae0bb5301fcd2facd.zip
fix overflow issue on tabbed content per #2079
-rw-r--r--docs/assets/bootstrap.zipbin53411 -> 53411 bytes
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/navs.less2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 781c90d6d..590098a42 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
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