Web IDE markdown preview should have a max width
The Web IDE markdown preview should be have a max width and be center aligned, so that on a large screen the preview remains readable. The max width 990px, the same as the markdown rendered in the repository readme. ### Proposal Make the md preview centered and max-width 990px ``` .preview-container .md-previewer { max-width: 990px; margin-left: auto; margin-right: auto; } ``` ![20180406_screenshot_6](/uploads/d2138e9fbc424c2fc8d4c35fd7cd90bc/20180406_screenshot_6.png)
issue