fix tabs content wrapping per #1620

This commit is contained in:
Mark Otto
2012-02-11 17:27:08 -08:00
parent a84092d225
commit 5b22cf5cc3
3 changed files with 6 additions and 0 deletions

View File

@@ -249,6 +249,9 @@
.tabbable {
.clearfix();
}
.tab-content {
overflow: hidden; // prevent content from running below tabs
}
// Remove border on bottom, left, right
.tabs-below .nav-tabs,