Skip to content

Commit

Permalink
remove word-wrap:normal to prevent horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Mar 13, 2013
1 parent 4cd9f2b commit 9ce1fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ pre.trace {
color:#fff;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
white-space: pre;
word-wrap: normal;
overflow: auto;
overflow-y: hidden;
font-size: 12px;
}

.autoscroll-container {
Expand Down

0 comments on commit 9ce1fbc

Please sign in to comment.