Skip to content

Commit

Permalink
Bug 1823438 - Have Migration Wizard panel-list assume the selector bu…
Browse files Browse the repository at this point in the history
…tton width as minimum. r=kpatenio

Differential Revision: https://phabricator.services.mozilla.com/D173059
  • Loading branch information
mikeconley committed Mar 21, 2023
1 parent 1d9b757 commit 65fd7ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/components/migration/content/migration-wizard.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 65fd7ca

Please sign in to comment.