Revert "Only codeblocks fixes left"

This reverts commit 87d11926b8e6d50026f0f576e9f00d91bd306cfa.
This commit is contained in:
mpetrov 2024-11-22 18:14:35 +02:00
parent 0f1b546ffe
commit fbb478e498
2 changed files with 2 additions and 1 deletions

View File

@ -128,6 +128,7 @@
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.25px;
color: rgba(0, 0, 0, 0.38);
overflow: hidden;

View File

@ -370,7 +370,7 @@
}
&.line-numbers {
padding: 10px 16px 10px 66px;
padding-left: 66px;
& > code {
span.line-numbers-rows {