Fix Issue #339 Code CSS Overflow

This commit is contained in:
Justin Juno 2017-12-01 10:56:55 -06:00
parent 88f03612b0
commit 11937fe3df

3
css/skeleton.css vendored
View File

@ -313,7 +313,8 @@ code {
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
border-radius: 4px;
overflow-x: auto;}
pre > code {
display: block;
padding: 1rem 1.5rem;