Merge pull request #11980 from maxunbearable/fix/4785-codeblocks-size

Fixed sizing for codeblocks
This commit is contained in:
Igor Kulikov 2024-11-25 12:51:59 +02:00 committed by GitHub
commit 0fb5a16046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@
}
p {
margin: 0;
padding: 7px;
padding: 6px 7px;
color: #305680;
}
div {

View File

@ -374,8 +374,8 @@
& > code {
span.line-numbers-rows {
top: -12px;
bottom: -12px;
top: -11px;
bottom: -11px;
left: -66px;
width: 50px;
border: none;