sets the horizontal overflow for code blocks to scroll to prevent code from spilling beyond the margin

This commit is contained in:
davidenglishmusic 2015-12-13 22:30:03 -08:00
parent 88f03612b0
commit 5b1e7f2381

3
css/skeleton.css vendored
View File

@ -317,7 +317,8 @@ code {
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; }
white-space: pre;
overflow-x: scroll; }
/* Tables