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) |
-rw-r--r-- | static/css/clif.css | 5 |
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 */ |