Commit 65fd7ca9 authored by Mike Conley's avatar Mike Conley
Browse files

Bug 1823438 - Have Migration Wizard panel-list assume the selector button...

Bug 1823438 - Have Migration Wizard panel-list assume the selector button width as minimum. r=kpatenio

Differential Revision: https://phabricator.services.mozilla.com/D173059
parent 1d9b7575
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -266,6 +266,10 @@ export class MigrationWizard extends HTMLElement {
        "Could not find a <panel-list> under the MigrationWizard during initialization."
      );
    }
    this.#browserProfileSelectorList.toggleAttribute(
      "min-width-from-anchor",
      true
    );
    this.#browserProfileSelectorList.addEventListener("click", this);
  }