items in "all tabs" popup were not indented on Nightly.
This commit is contained in:
parent
1bc3146759
commit
67ff3b111f
@ -554,7 +554,7 @@ TreeStyleTabWindow.prototype = {
|
||||
|
||||
var b = this.getTabBrowserFromChild(aEvent.originalTarget) || this.browser;
|
||||
this.getTabsArray(b).forEach(function(aTab, aIndex) {
|
||||
items[aIndex].style.paddingLeft = aTab.getAttribute(this.kNEST)+'em';
|
||||
items[aIndex].style.marginLeft = aTab.getAttribute(this.kNEST)+'em';
|
||||
}, this);
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user