chore: adjust workspace card style (#4371)

This commit is contained in:
JimmFly
2023-09-15 14:19:38 +08:00
committed by GitHub
parent d5c41d29af
commit 4ad0e2ffd6
2 changed files with 1 additions and 3 deletions

View File

@@ -187,9 +187,6 @@ export const WorkspaceCard = forwardRef<
url={workspaceAvatar}
name={name}
colorfulFallback
style={{
marginRight: '10px',
}}
/>
<StyledSelectorWrapper>
<StyledWorkspaceName data-testid="workspace-name">

View File

@@ -26,6 +26,7 @@ export const StyledWorkspaceName = styled('div')(() => {
fontWeight: 600,
userSelect: 'none',
...textEllipsis(1),
marginLeft: '4px',
};
});