Commit 03dd611a authored by John Crepezzi's avatar John Crepezzi
Browse files

Fix horizontal scroll overflow

Caused by highlight.js upgrade
parent f24376b1
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 {