GitHub user alpinegizmo opened a pull request: https://github.com/apache/flink/pull/3821
[FLINK-5742] allow docs sidebar nav to work below 1200px The breakpoints for the docs move the content below the sidebar navigation for widths below 1200px, which is frequently annoying. Getting this down to 992px was relatively straightforward, but going much lower would require something of a redesign, in my opinion (the navigation is designed to be about 260px wide, and isn't easily shrunk). You can merge this pull request into a Git repository by running: $ git pull https://github.com/alpinegizmo/flink 5742-breakpoints-for-docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3821.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3821 ---- commit 7b3fd152626f6f3fdff0d13f478c3a859b8985d8 Author: David Anderson <da...@alpinegizmo.com> Date: 2017-05-04T11:51:36Z [FLINK-5742] allow sidenav to work for widths down to 992 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---