From 6454fe21c9a9c3d06bcd5a66b5d33f38cc238648 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Fri, 24 May 2024 21:51:08 +0530 Subject: [PATCH] hide overflowing emoji from emoji status container. Signed-off-by: Krishna Gupta --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index 192b2779e05d..e567026a2e7b 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4380,6 +4380,7 @@ const styles = (theme: ThemeColors) => bottom: -4, borderColor: theme.highlightBG, borderWidth: 2, + overflow: 'hidden', }, moneyRequestViewImage: { ...spacing.mh5,