sets the horizontal overflow for code blocks to scroll to prevent code from spilling beyond the margin
This commit is contained in:
parent
88f03612b0
commit
5b1e7f2381
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -317,7 +317,8 @@ code {
|
||||
pre > code {
|
||||
display: block;
|
||||
padding: 1rem 1.5rem;
|
||||
white-space: pre; }
|
||||
white-space: pre;
|
||||
overflow-x: scroll; }
|
||||
|
||||
|
||||
/* Tables
|
||||
|
Loading…
Reference in New Issue
Block a user