sets the horizontal overflow for code blocks to scroll to prevent code from spilling beyond the margin
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user