diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index 8e77da494ab3..6e5640d21ff9 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -260,7 +260,7 @@ function WorkspacesListPage({policies, reimbursementAccount, reports, session}: {translate('workspace.common.workspaceType')} - + ); }, [isLessThanMediumScreen, styles, translate]); diff --git a/src/pages/workspace/WorkspacesListRow.tsx b/src/pages/workspace/WorkspacesListRow.tsx index e9963e5469c2..6accf9e0202d 100644 --- a/src/pages/workspace/WorkspacesListRow.tsx +++ b/src/pages/workspace/WorkspacesListRow.tsx @@ -181,7 +181,7 @@ function WorkspacesListRow({ )} - + {isJoinRequestPending && ( - + - + { if (isSmallScreenWidth) { diff --git a/src/styles/index.ts b/src/styles/index.ts index 537038d9f2e1..2220d86956df 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3207,6 +3207,20 @@ const styles = (theme: ThemeColors) => marginLeft: 3, }, + workspaceRightColumn: { + marginLeft: 124, + }, + + workspaceThreeDotMenu: { + marginLeft: 84, + }, + + workspaceListBadge: { + flexDirection: 'column', + justifyContent: 'flex-start', + marginTop: 6, + }, + autoGrowHeightMultilineInput: { maxHeight: 115, },