mirror of https://github.com/rails/rails
Merge pull request #31013 from dgynn/rescue-layout-white-space-wrapping
Prevent source line wrapping in rescue layout
This commit is contained in:
commit
f54550059f
|
@ -106,6 +106,7 @@
|
|||
|
||||
.line {
|
||||
padding-left: 10px;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.line:hover {
|
||||
|
|
Loading…
Reference in New Issue