Scroll if debug output is wider than the containing element rather than overflowing into other content, which often makes it unreadable.
--- trunk/htdocs/system/classes/utils.php 2009-12-14 02:33:53 UTC (rev 3886)
+++ trunk/htdocs/system/classes/utils.php 2009-12-15 23:30:13 UTC (rev 3887)
@@ -306,7 +306,7 @@
</script>
<style type=\"text/css\">
.utils__debugger{background-color:#550000;border:1px solid red;text-align:left;}
- .utils__debugger pre{margin:5px;background-color:#000}
+ .utils__debugger pre{margin:5px;background-color:#000;overflow-x:scroll}
.utils__debugger pre em{color:#dddddd;}
.utils__debugger table{background-color:#770000;color:white;width:100%;}
.utils__debugger tr{background-color:#000000;}