[FFmpeg-devel] [PATCH 1/5] [FATESERVER] fate.css: wrap long lines in log

Timothy Gu timothygu99 at gmail.com
Sun Jun 1 01:45:46 CEST 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 fate.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fate.css b/fate.css
index a62d4cd..9264d83 100644
--- a/fate.css
+++ b/fate.css
@@ -198,7 +198,7 @@ table.minirep {
 
 .diff {
     font-family: monospace;
-    white-space: pre;
+    white-space: pre-wrap;
     display: none;
 }
 
-- 
1.9.1



More information about the ffmpeg-devel mailing list