Skip to content

Commit 55aed13

Browse files
committed
Make team names render in maximum possible width
1 parent dd14a05 commit 55aed13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Collaborators/Collaborator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const CollaboratorItem = ({
4545
...props
4646
}: ICollaboratorItemProps) => (
4747
<Stack {...props} align="center">
48-
<Stack gap={2} css={css({ width: '100%', flex: 2 })}>
48+
<Stack gap={2} css={css({ width: '100%', flex: 3 })}>
4949
{avatarUrl ? (
5050
<img
5151
css={css({

0 commit comments

Comments
 (0)