-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Whilst there is a responsive column layout now included in the core CSS, there is a missing viewport header to tell mobile devices the page is responsive and to use the device-width (rather than trying to use desktop site width).
I suggest adding the meta "viewport" tag to the HTML head of the page.
<meta name="viewport" content="width=device-width, initial-scale=1" />
Documentation on the use of the viewport tag can be found at the below links:
http://www.w3schools.com/css/css_rwd_viewport.asp
https://developers.google.com/speed/docs/insights/ConfigureViewport
Code changed in jenkins
User: Lee Lavery
Path:
core/src/main/resources/lib/layout/html.jelly
http://jenkins-ci.org/commit/jenkins/8242e0eb1625454ae5539c444c8d8ecf99a70b62
Log:
JENKINS-39172- Add viewport meta tag (#2597)Enables better responsiveness on mobile devices