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
Do you know what's going on here?
It basically looks like it's adding a break but only when multi-line
The react code is:
return <li key={Math.random()}> <Box pointerEvents={'none'} width="100%"> <Box w={6} h={6} borderColor={brandTransparent} borderWidth={1.5} textAlign='center' borderRadius={6} position='relative' display='inline-block'><Box position='relative' top='-1px'>{typeToEmoji[objective.type]}</Box></Box> <strong> <Balancer ratio={0.65} as={Text}>{objective.description}</Balancer> </strong> </Box> </li>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Could you create a reproduction on https://codesandbox.io/ or https://stackblitz.com? Thanks!
No branches or pull requests
Do you know what's going on here?
It basically looks like it's adding a break but only when multi-line
The react code is:
The text was updated successfully, but these errors were encountered: