Actions
Patch #23389
closedPrint Styles get overriden by responsive media query
Description
Currently the responsive styles get applied not only to screen, but also override print styles. For example, the top padding of the #main container for mobile devices will also be applied when printing a redmine page. If the print styles need to be furhter optimized, that should happen in the media query for print.
I am attaching a patch which fixes the media query so it does not get applied when printing pages.
Files
Actions