Apply wrap for battlesuit features

This commit is contained in:
Sakura Knoll
2022-01-09 20:08:14 +09:00 Unverified
parent df080955b4
commit 5ab3d1e6f2
@@ -103,7 +103,7 @@ const BattlesuitShowPage = ({ battlesuit }: BattlesuitShowPageProps) => {
<TypeLabel type={battlesuit.type} /> <TypeLabel type={battlesuit.type} />
</PageLink> </PageLink>
</Box> </Box>
<Flex p={2}> <Flex p={2} sx={{ flexWrap: 'wrap', rowGap: 1 }}>
{battlesuit.features.map((feature) => { {battlesuit.features.map((feature) => {
return ( return (
<Box mr={2} key={feature}> <Box mr={2} key={feature}>