mirror of
https://github.com/correl/codereview.git
synced 2024-11-23 19:19:50 +00:00
Corrected whitespace handling in the blob/diff view
This commit is contained in:
parent
d5312f2361
commit
6c34163c70
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ table.diff {
|
||||||
table.diff td {
|
table.diff td {
|
||||||
padding-left: .3em;
|
padding-left: .3em;
|
||||||
padding-right: .3em;
|
padding-right: .3em;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
table.diff .break {
|
table.diff .break {
|
||||||
background-color: #babaee;
|
background-color: #babaee;
|
||||||
|
|
Loading…
Reference in a new issue