1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

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

Binary file not shown.

View File

@@ -2282,6 +2282,9 @@ button.btn.small, input[type="submit"].btn.small {
.tabbable:after {
clear: both;
}
.tab-content {
overflow: hidden;
}
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
border-bottom: 0;
}