17064 fix markdown padding for first line

This commit is contained in:
Arthur Hanson
2024-08-07 16:53:16 +07:00
committed by Jeremy Stretch
parent 8b0a6b538c
commit 72a9989da9
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -44,3 +44,7 @@ table a {
[data-bs-theme=dark] ::selection {
background-color: rgba(var(--tblr-primary-rgb),.48)
}
pre code {
padding: unset;
}