Skip to content

Commit 03dd611

Browse files
author
John Crepezzi
committed
Fix horizontal scroll overflow
Caused by highlight.js upgrade
1 parent f24376b commit 03dd611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/application.css

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ textarea {
4343
outline: none;
4444
font-size: 13px;
4545
padding-right: 360px;
46+
overflow: inherit;
4647
}
4748

4849
#box code {

0 commit comments

Comments
 (0)