Add padding to markdown preview in print mode

This commit is contained in:
2026-01-31 16:23:36 +01:00
parent acb084dae9
commit 555c08fd0b

View File

@@ -899,7 +899,7 @@ body[data-theme="light"] .editor__textarea-wrap:focus-within {
}
body.print-markdown .markdown-preview {
padding: 0;
padding: 32px 36px;
overflow: visible;
}