diff --git a/browser/base/content/customizeToolbar.js b/browser/base/content/customizeToolbar.js index 5cd22aa0627b..efa0e5cae717 100644 --- a/browser/base/content/customizeToolbar.js +++ b/browser/base/content/customizeToolbar.js @@ -205,6 +205,10 @@ var toolbarDNDObserver = { // the item to space it properly in the palette. item.removeAttribute("flex"); item.removeAttribute("width"); + item.removeAttribute("minwidth"); + item.removeAttribute("minheight"); + item.removeAttribute("align"); + item.removeAttribute("pack"); // Set whatever flex the item in our enclosure has on the enclosure, // so that we flex properly.