1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

grunt for table change

This commit is contained in:
Mark Otto
2014-06-10 00:26:20 -07:00
parent 3556f9e3ad
commit 4aca4cf866
5 changed files with 5 additions and 5 deletions

View File

@@ -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;