Apply wrap for battlesuit features
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user