Printing Debug

This commit is contained in:
2026-09-07 11:18:13 +10:00
parent 8bc71792e3
commit eb986581e4
5 changed files with 123 additions and 25 deletions
+15
View File
@@ -400,3 +400,18 @@ tr.row-bad td { background: #fdf0f2; }
vertical-align: -2px;
margin-right: 2px;
}
pre.raw {
margin: 0 0 14px;
padding: 12px;
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 3px;
font-family: ui-monospace, Menlo, Consolas, monospace;
font-size: 12.5px;
line-height: 1.45;
white-space: pre-wrap;
word-break: break-word;
max-height: 320px;
overflow: auto;
}