Bug 1113825 - Nowrap content in console.table(). r=bgrins
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user