Bug 1113825 - Nowrap content in console.table(). r=bgrins

This commit is contained in:
Jennifer Fong
2016-07-20 15:19:11 -04:00
parent 5cef8d62ac
commit dc28b6dd00
2 changed files with 11 additions and 0 deletions

View File

@@ -3620,6 +3620,7 @@ Widgets.Table.prototype = extend(Widgets.BaseWidget.prototype, {
result.className = "consoletable devtools-monospace";
this.table = new TableWidget(result, {
wrapTextInElements: true,
initialColumns: this.columns,
uniqueId: "_index",
firstColumn: "_index"