Fix horizontal scroll overflow

Caused by highlight.js upgrade
This commit is contained in:
John Crepezzi 2016-09-30 09:57:46 -05:00
parent f24376b192
commit 03dd611a86
1 changed files with 1 additions and 0 deletions

View File

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