From ff772aca877643ea91d493599b473b609f1e6757 Mon Sep 17 00:00:00 2001 From: 0xmiroslav Date: Wed, 23 Aug 2023 22:22:39 +0200 Subject: [PATCH] fix "Google icon on sign in page shows overflow horizontal scrolling bars" --- src/styles/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index 663570fc4d66..48628993cdf8 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -3645,7 +3645,7 @@ const styles = { height: 40, marginLeft: 12, alignItems: 'center', - overflowY: 'hidden', + overflow: 'hidden', }, googlePillButtonContainer: {