Vote #77654
完了Print Styles get overriden by responsive media query
0%
説明
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.
journals
--------------------------------------------------------------------------------
Committed, thanks. I've merged it into 3.2 stable as well.
--------------------------------------------------------------------------------