Skip to content

Commit

Permalink
fix space lobby button shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Jul 10, 2024
1 parent e854b88 commit 653ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/lobby/SpaceItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export const SpaceItemCard = as<'div', SpaceItemCardProps>(
)}
</Box>
{canEditChild && (
<Box alignItems="Inherit" gap="200">
<Box shrink="No" alignItems="Inherit" gap="200">
<AddRoomButton item={item} />
{item.parentId === undefined && <AddSpaceButton item={item} />}
</Box>
Expand Down

0 comments on commit 653ddd9

Please sign in to comment.