Merge pull request #135 from seejohnrun/horizontal_scroll_fix

Fix horizontal scroll overflow
This commit is contained in:
John Crepezzi
2016-09-30 10:40:15 -05:00
committed by GitHub

View File

@@ -43,6 +43,7 @@ textarea {
outline: none;
font-size: 13px;
padding-right: 360px;
overflow: inherit;
}
#box code {