Obsidian - feliyur/exercises GitHub Wiki

Problem Solution
"Readable mode" text line too narrow Add a CSS "snippet" (settings => appearance => CSS snippets=>create a snippet file) with the content
css<br>body {<br> --file-line-width:1000px<br>}<br>
⚠️ **GitHub.com Fallback** ⚠️