From 4d53fa14ee0cd615444aca6f6ba176e0ccc1b5be Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:06:12 -0400 Subject: init --- SI/.obsidian/snippets/dashboard-ReadLineLength.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SI/.obsidian/snippets/dashboard-ReadLineLength.css (limited to 'SI/.obsidian/snippets/dashboard-ReadLineLength.css') diff --git a/SI/.obsidian/snippets/dashboard-ReadLineLength.css b/SI/.obsidian/snippets/dashboard-ReadLineLength.css new file mode 100644 index 0000000..9b64dc7 --- /dev/null +++ b/SI/.obsidian/snippets/dashboard-ReadLineLength.css @@ -0,0 +1,12 @@ +/* +Optional css that can be added to make dashboards use wide margin +if "Readable line length" is enabled in Editor + +Updated 2022-02-28 + +*/ + + .dashboard .markdown-preview-section { + width: 100% !important; + max-width: 100% !important; + } \ No newline at end of file -- cgit v1.2.3