Fix side-by-side code format & commit message wrap

This commit is contained in:
Annabel Dunstone 2016-04-07 13:27:39 -07:00
parent 1060467bb8
commit 422a924758
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,8 @@
margin: 0;
padding: 0;
margin-top: 10px;
word-break: normal;
white-space: pre-wrap;
}
.commit-info-row {

View file

@ -109,6 +109,10 @@
display: table-cell;
}
}
.text-file.diff-wrap-lines table .line_holder td span {
white-space: pre-wrap;
}
}
.image {
background: #ddd;