mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Don't wrap code blocks
This commit is contained in:
@@ -160,13 +160,12 @@ pre {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
padding: 1rem;
|
||||
padding: .5rem;
|
||||
font-size: .8rem;
|
||||
line-height: 1.4;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
overflow: auto;
|
||||
word-wrap: normal;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
pre code {
|
||||
|
||||
Reference in New Issue
Block a user