[ https://issues.apache.org/jira/browse/FLINK-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996636#comment-15996636 ]
ASF GitHub Bot commented on FLINK-5742: --------------------------------------- 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 ---- > Breakpoints on documentation website > ------------------------------------ > > Key: FLINK-5742 > URL: https://issues.apache.org/jira/browse/FLINK-5742 > Project: Flink > Issue Type: Improvement > Components: Documentation > Affects Versions: 1.2.0 > Reporter: Colin Breame > Assignee: David Anderson > Priority: Trivial > > When reading the documentation website, I'm finding that unless I have the > browser window fully maximised, the content is formatted in the narrow layout. > See https://ci.apache.org/projects/flink/flink-docs-release-1.2/ > *Expected behaviour:* > The content should flow on the right-hand-side of the menu. > *Actual behaviour* > The menu is the full width of the window and the content flows below the menu. > *Notes* > Any width below 1200px causes the content to be placed below the full width > menu. This 2/3 the width of my laptop screen. > I would suggest making this smaller and consistent with the main project page > (http://flink.apache.org/) which has the breakpoint set to about 840px. -- This message was sent by Atlassian JIRA (v6.3.15#6346)