Merge pull request #135 from seejohnrun/horizontal_scroll_fix

Fix horizontal scroll overflow
production
John Crepezzi 9 years ago committed by GitHub
commit eb5c8eef6a
  1. 1
      static/application.css

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

Loading…
Cancel
Save