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 6ae3af2f26
commit b7b0ab16f5
2 changed files with 4 additions and 0 deletions

Binary file not shown.

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;
}