OS: Windows
Discordian version: 0.8.5
Obsidian: Version: 0.11.13
When viewing text in editor mode there's something overlapping the the left-side of the writing area
This is some example text:
OS: Windows
Discordian version: 0.8.5
Obsidian: Version: 0.11.13
This is what it looks like in preview mode:

Note: I was able to fix it with:
.CodeMirror-foldgutter {
width: 0px !important; /*<---- edited this line!*/
display: none;
}
Although I'm not sure if this affected this issue I posted a few minutes ago or and how the toggle icons are displayed.
OS: Windows
Discordian version: 0.8.5
Obsidian: Version: 0.11.13
When viewing text in editor mode there's something overlapping the the left-side of the writing area
This is some example text:
This is what it looks like in preview mode:

Note: I was able to fix it with:
Although I'm not sure if this affected this issue I posted a few minutes ago or and how the toggle icons are displayed.