We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Grid columns={"1"} justifyContent="center" rowGap="40px"> <Cell> <Grid columns="5"> <Cell></Cell> <Cell></Cell> <Cell></Cell> <Cell></Cell> <Cell></Cell> </Grid> </Cell> <Cell></Cell> ..... </Grid>
The 5 columsn nested doesn't work
The text was updated successfully, but these errors were encountered:
Nested Grid also not working for me in Firefox only
<Grid columns={6}> <Cell width={3}> <Grid columns="repeat(3, 280px)" > // doing a map over some cells <Cell ><Cell /> </Grid > </Cell> <Cell width={2}> </Cell> <Cell width={1}> </Cell> </Grid >
Sorry, something went wrong.
No branches or pull requests
The 5 columsn nested doesn't work
The text was updated successfully, but these errors were encountered: