lib/templates/layout.html.erb in debug-bar-1.0.1 vs lib/templates/layout.html.erb in debug-bar-1.1.0
- old
+ new
@@ -3,9 +3,15 @@
background: #a9a9a9;
margin: 0;
padding: 0;
font-size: 10px;
font-family: "Lucida Console", Monaco, monospace;
+
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
}
.dbar-content pre pre {
background: #a9a9a9;
margin: 0;