css fix
This commit is contained in:
parent
7e9b507f0f
commit
fadae81328
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue