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