mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
Disable word wrap in code blocks.
This commit is contained in:
@@ -511,3 +511,6 @@ pre, code {
|
||||
.highlight div {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.post-content table code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
Reference in New Issue
Block a user