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

Prevent source line wrapping in rescue layout

Long source lines cause line wrapping in the extracted
source section of the rescue handler page which can make
the line numbers not match up with the source lines.
This commit is contained in:
Dave Gynn 2017-10-31 02:13:53 -07:00
parent a8ebd48559
commit 19610f7b3a

View file

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