From d3d48c40909ffb91ce433bb31200ae24906dcff0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 31 Aug 2016 17:11:28 +0000 Subject: [PATCH] Change responsive media query to screen only (#23389). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15778 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index c53aa2ac0..3162a1c89 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -25,7 +25,7 @@ add first breakpoint here and start adding responsiveness */ -@media all and (max-width: 899px) +@media screen and (max-width: 899px) { /*----------------------------------------*\ A) BASIC MOBILE RESETS -- 2.39.5