A fix for ugly long lines in fullscreen v2

While selecting the whole page there was a glitch, added ‘selected’ div as well.

.CodeMirror-lines, .CodeMirror-selected,  .markdown-preview-section {
  max-width: 700px;
  margin: auto;
}
2 Likes