digital-garden/.obsidian/snippets/dashboard-ReadLineLength.css

12 lines
246 B
CSS
Raw Normal View History

2024-06-13 21:01:37 +03:00
/*
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;
}