From f3189e26cff5142e200568a81ef3db608530cc6f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 27 Jun 2014 01:07:56 -0400 Subject: 3.1.1 -> 3.2.0 --- bower_components/bootstrap/less/tables.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bower_components/bootstrap/less/tables.less') diff --git a/bower_components/bootstrap/less/tables.less b/bower_components/bootstrap/less/tables.less index c41989c0..2e1ef337 100644 --- a/bower_components/bootstrap/less/tables.less +++ b/bower_components/bootstrap/less/tables.less @@ -4,7 +4,6 @@ table { - max-width: 100%; background-color: @table-bg; } th { @@ -16,6 +15,7 @@ th { .table { width: 100%; + max-width: 100%; margin-bottom: @line-height-computed; // Cells > thead, @@ -168,12 +168,12 @@ table { // by enabling horizontal scrolling. Only applies <768px. Everything above that // will display normally. -@media (max-width: @screen-xs-max) { - .table-responsive { +.table-responsive { + @media screen and (max-width: @screen-xs-max) { width: 100%; margin-bottom: (@line-height-computed * 0.75); overflow-y: hidden; - overflow-x: scroll; + overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid @table-border-color; -webkit-overflow-scrolling: touch; -- cgit v1.2.3