Commit eb5c8eef authored by John Crepezzi's avatar John Crepezzi Committed by GitHub
Browse files

Merge pull request #135 from seejohnrun/horizontal_scroll_fix

Fix horizontal scroll overflow
parents f24376b1 03dd611a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ textarea {
	outline: none;
	font-size: 13px;
	padding-right: 360px;
  overflow: inherit;
}

#box code {