Commit fa64846a authored by Mark Otto's avatar Mark Otto
Browse files

Merge branch 'master' of github.com:twbs/bootstrap

Conflicts:
	dist/css/bootstrap.min.css
parents 71007115 3fb1381a
Showing with 4 additions and 4 deletions
+4 -4
...@@ -1757,7 +1757,7 @@ table th[class*="col-"] { ...@@ -1757,7 +1757,7 @@ table th[class*="col-"] {
border-color: #f7e1b5; border-color: #f7e1b5;
} }
@media (max-width: 768px) { @media (max-width: 767px) {
.table-responsive { .table-responsive {
width: 100%; width: 100%;
margin-bottom: 15px; margin-bottom: 15px;
......
This diff is collapsed.
...@@ -171,10 +171,10 @@ table { ...@@ -171,10 +171,10 @@ table {
// by enabling horizontal scrolling. Only applies <768px. Everything above that // by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally. // will display normally.
@media (max-width: @screen-sm-min) { @media (max-width: @screen-xs-max) {
.table-responsive { .table-responsive {
width: 100%; width: 100%;
margin-bottom: 15px; margin-bottom: (@line-height-computed * 0.75);
overflow-y: hidden; overflow-y: hidden;
overflow-x: scroll; overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment