diff options
| author | Mark Otto <[email protected]> | 2012-02-11 17:27:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 17:27:08 -0800 |
| commit | 5b22cf5cc3f06d4f63dfbd7579cfec32eb2c2c79 (patch) | |
| tree | 3c21843cb09555c24a15af35fc4a8c093ff570b8 /docs/assets/css/bootstrap.css | |
| parent | a84092d2257ba8e000e2c656e6cb1b8415d0d9ac (diff) | |
| download | bootstrap-5b22cf5cc3f06d4f63dfbd7579cfec32eb2c2c79.tar.xz bootstrap-5b22cf5cc3f06d4f63dfbd7579cfec32eb2c2c79.zip | |
fix tabs content wrapping per #1620
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9654d856f..407ded775 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } |
