Revert the white-space: nowrap rule introduced in commit
2f0b9ec4a5
which was breaking multi-
line code block rendering.
This commit is contained in:
committed by
GitHub
parent
73d9b4c194
commit
b0f6c4e7a1
@ -7,10 +7,6 @@ pre[class*='language-'] {
|
||||
background: var(--primary-background);
|
||||
}
|
||||
|
||||
pre[class*='language'] code[class*='language-'] {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
* {
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user