style: don't trim padding for formatted pre code

This commit is contained in:
Oliver Booth 2023-08-06 15:56:38 +01:00
parent 518ea1b933
commit ba8e186cb5
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 1 deletions

View File

@ -2,5 +2,4 @@
(() => {
hljs.highlightAll();
document.querySelectorAll("pre code").forEach((e: HTMLElement) => e.style.paddingTop = "0");
})();