home » zplus/clif.git
Author zPlus <zplus@peers.community> 2022-08-07 09:17:37
Committer zPlus <zplus@peers.community> 2022-08-07 09:17:37
Commit ef2ab34 (patch)
Tree bd173b8
Parent(s)

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.


commits diff: d548a4c..ef2ab34
1 file changed, 4 insertions, 1 deletiondownload


Diffstat
-rw-r--r-- static/css/clif.css 5

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+4/-1 M   static/css/clif.css
index 20fd6fb..f104018
old size: 8K - new size: 8K
@@ -380,9 +380,12 @@ div.commit {
380 380 background-color: #feffbe;
381 381 }
382 382
383 + div.commit .diff .content {
384 + white-space: pre-wrap;
385 + }
386 +
383 387 div.commit .diff .ssdiff .content {
384 388 width: 50%;
385 - white-space: pre-wrap;
386 389 }
387 390
388 391 /* Alternate background color used when displaying table data */