Open hyperphysin opened 9 months ago
My suggestion would be to use a CSS snippet to increase the margin on the left hand side of the editor.
My suggestion would be to use a CSS snippet to increase the margin on the left hand side of the editor.
I tried this code but it doesn't work. :(
.markdown-source-view { padding-left: 100px; }
Not sure if anyone is still stuck on this, but if you're wanting to adapt the gutter size to include more arrows with "readable-line-length" turned off, you can use the .cm-gutters
css class, and change the width.
e.g.,