Merge pull request #31013 from dgynn/rescue-layout-white-space-wrapping

Prevent source line wrapping in rescue layout
This commit is contained in:
Rafael França 2017-10-31 11:10:17 -04:00 committed by GitHub
commit f54550059f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@
.line { .line {
padding-left: 10px; padding-left: 10px;
white-space: pre;
} }
.line:hover { .line:hover {