fix overflow issue on tabbed content per #2079

This commit is contained in:
Mark Otto
2012-02-20 16:06:42 -08:00
parent 91fe8bc0f4
commit 9c74f21966
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -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;