Skip to content

Commit

Permalink
Merge pull request #30705 from mkhutornyi/fix-28080
Browse files Browse the repository at this point in the history
fix "Sign in with Google" button jumping
  • Loading branch information
marcaaron authored Nov 3, 2023
2 parents aa30ef2 + d9113f8 commit 22a6077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3573,7 +3573,8 @@ const styles = (theme: ThemeDefault) =>
googlePillButtonContainer: {
colorScheme: 'light',
height: 40,
width: 219,
width: 300,
overflow: 'hidden',
},

thirdPartyLoadingContainer: {
Expand Down

0 comments on commit 22a6077

Please sign in to comment.