FIX - wrapping code block lines in original.css (#19)
The lines of the code blocks of the HTML get wrapped on small/mobile screens. Adding this line make the scrolling overflow functional again. herman.css does not have this problem
This commit is contained in:
parent
e7b875a1fa
commit
e174badc98
@ -89,6 +89,7 @@ pre code {
|
|||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
text-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user