fix space lobby button shrink
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 10 Jul 2024 13:14:28 +0000 (18:44 +0530)
committerAjay Bura <32841439+ajbura@users.noreply.github.com>
Wed, 10 Jul 2024 13:14:28 +0000 (18:44 +0530)
src/app/features/lobby/SpaceItem.tsx

index 4924f45b744375b57faad6bfe5e1f8dc3d2282d3..e9d9356a9dd3ec23d675b8141c769f77f19ea8dd 100644 (file)
@@ -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>