revert: remove nowrap rule (2f0b9ec) (#41572)

Revert the white-space: nowrap rule introduced in commit
2f0b9ec4a5 which was breaking multi-
line code block rendering.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-03-24 13:29:50 -07:00
committed by GitHub
parent 73d9b4c194
commit b0f6c4e7a1

View File

@ -7,10 +7,6 @@ pre[class*='language-'] {
background: var(--primary-background);
}
pre[class*='language'] code[class*='language-'] {
white-space: nowrap;
}
* {
text-shadow: none !important;
}