This commit is contained in:
mic 2026-03-26 00:00:48 +01:00
parent 7e9b507f0f
commit fadae81328

View file

@ -934,6 +934,7 @@ switch (message.command) {
while (doc.body.firstChild) {
element.appendChild(doc.body.firstChild);
}
element.querySelectorAll('p').forEach(p => { p.style.marginBlockStart = '0'; });
}
if (summaryData.error) {