|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

The Jenkins layout took the responsive CSS from Twitter Bootstrap, so uses the media queries as defined here: http://getbootstrap.com/css/#grid-options
In short... that vertical layout should only kick in when the screen viewport width drops below 970 pixels. You need to reliably determine what your browser viewport width is at that time i.e. NOT the screen resolution - that just places a limit on the max viewport size.
Also... can you get 1.576 (http://jenkins-ci.org/) and tell us if the same issue exists for you there. A fair number of things have changed + issues fixed since 1.573.