buildlogs: index.php Avoid horizontal scroll (from =?UTF-8?Q?Przemys=C5=82aw=20?=Plewa)

arekm arekm at pld-linux.org
Sat Oct 18 12:11:47 CEST 2014


Author: arekm                        Date: Sat Oct 18 10:11:47 2014 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
Avoid horizontal scroll (from Przemysław Plewa)

---- Files affected:
buildlogs:
   index.php (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: buildlogs/index.php
diff -u buildlogs/index.php:1.31 buildlogs/index.php:1.32
--- buildlogs/index.php:1.31	Wed Oct 15 10:37:38 2014
+++ buildlogs/index.php	Sat Oct 18 12:11:42 2014
@@ -123,7 +123,7 @@
 function start_pre()
 {
 	echo "<table cellpadding=\"10\"><tr><td bgcolor=\"#000000\">".
-		"<font color=\"#cccccc\"><pre style=\"width: 2048px;overflow: scroll\">";
+		"<font color=\"#cccccc\"><pre style=\"white-space: pre-line; word-break: break-all;\">";
 }
 
 function end_pre()
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/buildlogs/index.php?r1=1.31&r2=1.32



More information about the pld-cvs-commit mailing list