aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-14 13:45:57 -0700
committerMark Otto <[email protected]>2013-10-14 13:45:57 -0700
commitfa64846acfef78487859e5e9f311ea401ee4c1cd (patch)
tree643a560d9c2a6b8ad9cd59f32e96fb358aca64f9 /less
parent710071157751dc9aac1b531d283c1ae756a3c902 (diff)
parent3fb1381a30146398d775a8951f924b58614b6c6c (diff)
downloadbootstrap-fa64846acfef78487859e5e9f311ea401ee4c1cd.tar.xz
bootstrap-fa64846acfef78487859e5e9f311ea401ee4c1cd.zip
Merge branch 'master' of github.com:twbs/bootstrap
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less')
-rw-r--r--less/tables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/tables.less b/less/tables.less
index f9f0041e4..0deadc782 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -171,10 +171,10 @@ table {
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.
-@media (max-width: @screen-sm-min) {
+@media (max-width: @screen-xs-max) {
.table-responsive {
width: 100%;
- margin-bottom: 15px;
+ margin-bottom: (@line-height-computed * 0.75);
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;