Skip to content

Commit

Permalink
Merge pull request #31013 from dgynn/rescue-layout-white-space-wrapping
Browse files Browse the repository at this point in the history
Prevent source line wrapping in rescue layout
  • Loading branch information
rafaelfranca authored Oct 31, 2017
2 parents a8ebd48 + 19610f7 commit f545500
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@

.line {
padding-left: 10px;
white-space: pre;
}

.line:hover {
Expand Down

0 comments on commit f545500

Please sign in to comment.