aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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 d5c0afd01..555d7924c 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -169,7 +169,7 @@ table {
// will display normally.
.table-responsive {
- @media (max-width: @screen-xs-max) {
+ @media screen and (max-width: @screen-xs-max) {
width: 100%;
margin-bottom: (@line-height-computed * 0.75);
overflow-y: hidden;