mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
fix tabs content wrapping per #1620
This commit is contained in:
parent
a84092d225
commit
5b22cf5cc3
Binary file not shown.
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -2282,6 +2282,9 @@ button.btn.small, input[type="submit"].btn.small {
|
|||||||
.tabbable:after {
|
.tabbable:after {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.tab-content {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
|
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
@ -249,6 +249,9 @@
|
|||||||
.tabbable {
|
.tabbable {
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
||||||
|
.tab-content {
|
||||||
|
overflow: hidden; // prevent content from running below tabs
|
||||||
|
}
|
||||||
|
|
||||||
// Remove border on bottom, left, right
|
// Remove border on bottom, left, right
|
||||||
.tabs-below .nav-tabs,
|
.tabs-below .nav-tabs,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user