From fb354a746cbb015a3844d1f31c16b4c39a6097d0 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Tue, 7 May 2024 10:47:56 +0530 Subject: [PATCH] fix: Workspace - Workspace name is truncated inconsistently in mWeb and android. 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 4555e2e1001b..228e97b8efe7 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -4884,6 +4884,7 @@ const styles = (theme: ThemeColors) => workspaceTitleStyle: { ...headlineFont, fontSize: variables.fontSizeXLarge, + flex: 1, }, textLineThrough: {