From 94167e56ce1eae6cac812436c5cd6802d1d366aa Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Tue, 2 Jul 2024 12:35:39 +0800 Subject: [PATCH] fix alignment --- src/pages/workspace/WorkspacesListRow.tsx | 4 ++-- src/styles/index.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/workspace/WorkspacesListRow.tsx b/src/pages/workspace/WorkspacesListRow.tsx index 52216ceb01fe..98276fbff4b3 100644 --- a/src/pages/workspace/WorkspacesListRow.tsx +++ b/src/pages/workspace/WorkspacesListRow.tsx @@ -142,7 +142,7 @@ 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 f59f49770824..6e2f95780941 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3359,7 +3359,8 @@ const styles = (theme: ThemeColors) => }, workspaceThreeDotMenu: { - marginLeft: 84, + justifyContent: 'flex-end', + width: 124, }, workspaceListRBR: {