Fix side-by-side code format & commit message wrap
This commit is contained in:
parent
1060467bb8
commit
422a924758
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 10px;
|
||||
word-break: normal;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.commit-info-row {
|
||||
|
|
|
@ -109,6 +109,10 @@
|
|||
display: table-cell;
|
||||
}
|
||||
}
|
||||
|
||||
.text-file.diff-wrap-lines table .line_holder td span {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
.image {
|
||||
background: #ddd;
|
||||
|
|
Loading…
Reference in a new issue