Disable word wrap in code blocks.
This commit is contained in:
parent
52e734fb3c
commit
d4f2850663
1 changed files with 3 additions and 0 deletions
|
@ -511,3 +511,6 @@ pre, code {
|
|||
.highlight div {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.post-content table code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue