blob: 9b64dc7210a95f7adcfa1d01b3a8d49925405069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}
|