We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cc90d commit e0c8376Copy full SHA for e0c8376
css/structure/jquery.mobile.table.reflow.css
@@ -45,7 +45,7 @@
45
46
47
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
48
-@media ( min-width: 35em ) {
+@media screen and ( min-width: 35em ), print {
49
50
/* Show the table header rows */
51
.ui-table-reflow.ui-responsive td,
@@ -68,7 +68,7 @@
68
69
/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
70
/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/
71
-@media ( max-width: 35em ) {
+@media screen and ( max-width: 35em ) {
72
73
.ui-table-reflow.ui-responsive th {
74
width: 100%;
0 commit comments