mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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