Skip to content

Commit

Permalink
Merge pull request #25799 from 0xmiroslav/fix/25797-google-icon-scroll
Browse files Browse the repository at this point in the history
[CP Staging] fix "Google icon on sign in page shows overflow horizontal scrolling bars"
  • Loading branch information
roryabraham authored Aug 24, 2023
2 parents 2c4adca + ff772ac commit 4fcc51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3645,7 +3645,7 @@ const styles = {
height: 40,
marginLeft: 12,
alignItems: 'center',
overflowY: 'hidden',
overflow: 'hidden',
},

googlePillButtonContainer: {
Expand Down

0 comments on commit 4fcc51f

Please sign in to comment.