aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-14 11:32:46 -0700
committerMark Otto <[email protected]>2013-10-14 11:32:46 -0700
commit256f3a99c3f5d336a09a20cf6d06094869e78ff0 (patch)
tree470b4f10bfa0bb027f643ef33f1a734c385248bc /less
parent50dd5d5088637a074a64528c2b22091e1afc0d5d (diff)
parent5c64ef393caf1331129e2360e1b7f3aaf1e5150e (diff)
downloadbootstrap-256f3a99c3f5d336a09a20cf6d06094869e78ff0.tar.xz
bootstrap-256f3a99c3f5d336a09a20cf6d06094869e78ff0.zip
Merge pull request #11086 from twbs/table-responsive-breakpoint
fix .table-responsive media query; refs #11067
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less
index f9f0041e4..1e4a4d14e 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -171,7 +171,7 @@ 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;