17064 fix markdown padding for first line
This commit is contained in:
parent
6ae3af2f26
commit
b7b0ab16f5
File diff suppressed because one or more lines are too long
|
|
@ -44,3 +44,7 @@ table a {
|
|||
[data-bs-theme=dark] ::selection {
|
||||
background-color: rgba(var(--tblr-primary-rgb),.48)
|
||||
}
|
||||
|
||||
pre code {
|
||||
padding: unset;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue