Closed viococo closed 5 years ago
Hello ! How can I do something like that ?
When I try this code, I have a bad result !
<Flex> <Box width={1} /> <Box width={1/2} /> <Box width={1/2} /> </Flex>
the bad result :
Thanks
You'll need <Flex flexWrap='wrap' />
<Flex flexWrap='wrap' />
Hello ! How can I do something like that ?
When I try this code, I have a bad result !
the bad result :
Thanks