diff --git a/src/pages/workspace/WorkspacesListRow.tsx b/src/pages/workspace/WorkspacesListRow.tsx index 5a2462a45cf9..98276fbff4b3 100644 --- a/src/pages/workspace/WorkspacesListRow.tsx +++ b/src/pages/workspace/WorkspacesListRow.tsx @@ -142,9 +142,9 @@ function WorkspacesListRow({ const isDeleted = style && Array.isArray(style) ? style.includes(styles.offlineFeedback.deleted) : false; const ThreeDotMenuOrPendingIcon = ( - + {isJoinRequestPending && ( - + )} {!isJoinRequestPending && ( - + diff --git a/src/styles/index.ts b/src/styles/index.ts index f021a11c4ccc..6e2f95780941 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3359,13 +3359,8 @@ const styles = (theme: ThemeColors) => }, workspaceThreeDotMenu: { - marginLeft: 84, - }, - - workspaceListBadge: { - flexDirection: 'column', - justifyContent: 'flex-start', - marginTop: 6, + justifyContent: 'flex-end', + width: 124, }, workspaceListRBR: {