aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
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 /docs/assets/css
parent91fe8bc0f49bf2da396bd6904c8f954487247f57 (diff)
downloadbootstrap-9c74f21966d134e8576cfcfae0bb5301fcd2facd.tar.xz
bootstrap-9c74f21966d134e8576cfcfae0bb5301fcd2facd.zip
fix overflow issue on tabbed content per #2079
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css2
1 files changed, 1 insertions, 1 deletions
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;