1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-14 21:01:23 +00:00

Fix where we are table (responsive fix)

This commit is contained in:
Daniele Pancottini
2023-02-08 19:23:08 +01:00
parent 9b38091581
commit 87c0b21943

@@ -26,8 +26,7 @@ export default function WhereWeAre() {
{locale == 'it' ? 'Dove Siamo' : 'Where We Are'} {locale == 'it' ? 'Dove Siamo' : 'Where We Are'}
</Text> </Text>
</Box> </Box>
<Box mt={10}> <Box overflow={"auto"} mt={10}>
<TableContainer>
<Table colorScheme="teal"> <Table colorScheme="teal">
<Thead> <Thead>
<Tr> <Tr>
@@ -50,7 +49,6 @@ export default function WhereWeAre() {
)} )}
</Tbody> </Tbody>
</Table> </Table>
</TableContainer>
</Box> </Box>
</div> </div>
) )