Fix appearance of large code blocks
This commit is contained in:
parent
5a06d8a3d5
commit
d43686112a
1 changed files with 2 additions and 1 deletions
|
@ -483,7 +483,7 @@ hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
:not(pre) > code {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: var(--background-tertiary);
|
background-color: var(--background-tertiary);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
@ -492,6 +492,7 @@ code {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
|
Loading…
Add table
Reference in a new issue