Distorted lines in diff
Distorted lines in `diff` when viewing files `windows-style-line-separator: \r\n`
This commit is contained in:
parent
c3659ef2e5
commit
e975ed836d
1 changed files with 2 additions and 1 deletions
|
@ -100,8 +100,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.line_content {
|
.line_content {
|
||||||
|
display: block;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
height: 14px;
|
height: 18px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue