1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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