diff --git a/static/css/clif.css b/static/css/clif.css index 9380f26..98a2bf1 100644 --- a/static/css/clif.css +++ b/static/css/clif.css @@ -375,6 +375,10 @@ div.commit { div.commit .diff .insertion { background-color: #e6ffed; } + + div.commit .diff .content { + white-space: pre-wrap; + } /* Alternate background color used when displaying table data */ .striped > *:nth-child(even) {