Disable wrapping of text in code blocks, scroll instead (#44)
* Disable wrapping of text in code blocks, scroll instead * Remove pre.max-height
This commit is contained in:
@ -41,14 +41,12 @@ pre tt {
|
||||
}
|
||||
|
||||
pre {
|
||||
max-height: 40em;
|
||||
padding: .7em 1.1em;
|
||||
overflow: auto;
|
||||
font-size: .9em;
|
||||
line-height: 1.5;
|
||||
letter-spacing: normal;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
white-space: pre;
|
||||
color: #eee;
|
||||
background: $midnightblue;
|
||||
border-radius: 4px;
|
||||
|
Reference in New Issue
Block a user