Skip to content

Commit

Permalink
Bug 1814937 - Handle too many providers or accounts in a FedCM dialog…
Browse files Browse the repository at this point in the history
… r=anti-tracking-reviewers,pbz

Differential Revision: https://phabricator.services.mozilla.com/D174997
  • Loading branch information
David Ye committed Apr 25, 2023
1 parent ad17abc commit dd1191e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/themes/shared/identity-credential-notification.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
display: flex;
flex-direction: column;
gap: 12px;
max-height: 540px;
overflow: auto;
}

.identity-credential-list-item {
Expand Down

0 comments on commit dd1191e

Please sign in to comment.