From ef2ab3461cdb01dcb0b9468213d5c9e00775387c Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 7 Aug 2022 11:17:37 +0200 Subject: [PATCH] Fix regression regarding indentation in commit view. A previous commit has introduced a regression in the "commit" page. The commit diff did not display the correct indentation. --- static/css/clif.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/clif.css b/static/css/clif.css index 20fd6fb..f104018 100644 --- a/static/css/clif.css +++ b/static/css/clif.css @@ -380,9 +380,12 @@ div.commit { background-color: #feffbe; } + div.commit .diff .content { + white-space: pre-wrap; + } + div.commit .diff .ssdiff .content { width: 50%; - white-space: pre-wrap; } /* Alternate background color used when displaying table data */