Stop code sample lines wrapping
This commit is contained in:
parent
0c5b528826
commit
356c9dca43
|
@ -1,3 +1,10 @@
|
|||
pre
|
||||
overflow: auto
|
||||
word-wrap: no-wrap
|
||||
|
||||
pre code
|
||||
white-space: pre
|
||||
|
||||
code.hljs
|
||||
background-color: inherit
|
||||
padding: 0
|
||||
|
|
Reference in a new issue