Skip to content

Commit

Permalink
Release dialog (firebase#811)
Browse files Browse the repository at this point in the history
* use npm ci to replace npm install

* Fixes Chrome bug in dialog auto height which seems to manifest in the latest version of Chrome (v88).
  • Loading branch information
xil222 authored Feb 3, 2021
1 parent ad3f94b commit b9c74bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixes Chrome bug in dialog auto height which seems to manifest in the latest version of Chrome (v88). This seems to not have any side effects on other browsers. Fixes
https://github.com/firebase/firebaseui-web/issues/806

1 change: 1 addition & 0 deletions stylesheet/firebase-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ input.firebaseui-input-invalid{
/* If we do not set height here, the default Safari dialog settings make the
* dialog too tall. */
height: auto;
max-height: fit-content;
padding: 24px;
text-align: left;
}
Expand Down

0 comments on commit b9c74bc

Please sign in to comment.