/* Wide Content - Removes the default line length limit Makes notes use the full available width. Works with any theme. */ .markdown-source-view.mod-cm6 .cm-contentContainer, .markdown-reading-view .markdown-rendered { max-width: 100% !important; } .markdown-preview-view .markdown-preview-section { max-width: 100% !important; } /* Also widen the editor itself */ .cm-editor .cm-content { max-width: 100% !important; } /* Remove readable line length padding */ .is-readable-line-width .markdown-source-view.mod-cm6 .cm-contentContainer { max-width: 100% !important; } .is-readable-line-width .markdown-preview-view .markdown-preview-section { max-width: 100% !important; }