mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-25 20:11:37 +01:00
Disable word wrap in code blocks.
This commit is contained in:
parent
52e734fb3c
commit
d4f2850663
@ -511,3 +511,6 @@ pre, code {
|
||||
.highlight div {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.post-content table code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user