diff options
| author | Mark Otto <[email protected]> | 2014-06-10 00:26:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 00:26:20 -0700 |
| commit | 4aca4cf8661ab6e17ffd58820679a081db80ceaa (patch) | |
| tree | fecdaf22b6959d6d4fd1156f8d5ce108d9ea869f /dist/css/bootstrap.css | |
| parent | 3556f9e3ad3c5009049410ce229818cc9135d10a (diff) | |
| download | bootstrap-4aca4cf8661ab6e17ffd58820679a081db80ceaa.tar.xz bootstrap-4aca4cf8661ab6e17ffd58820679a081db80ceaa.zip | |
grunt for table change
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2eb04e391..71f7e5509 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2228,7 +2228,7 @@ table th[class*="col-"] { .table-responsive { width: 100%; margin-bottom: 15px; - overflow-x: scroll; + overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; |
