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
Problem The on-canvas gap control doesn't show up between items that are generated, even if those are not in a fragment
Code
<div style={{ height: 'max-content', position: 'absolute', left: 48, top: 112, display: 'flex', flexDirection: 'row', width: 'max-content', gap: 29, }} > <div>MyComponent</div> {[1, 2, 3].map(({ a, b, c }) => ( <img src='https://github.com/concrete-utopia/utopia/blob/master/editor/resources/editor/pyramid_fullsize@2x.jpg?raw=true' alt='Utopia logo' style={{ width: 118, height: 150 }} /> ))} <View src='https://github.com/concrete-utopia/utopia/blob/master/editor/resources/editor/pyramid_fullsize@2x.jpg?raw=true' alt='Utopia logo' style={{ width: 118, height: 150 }} /> <img src='https://github.com/concrete-utopia/utopia/blob/master/editor/resources/editor/pyramid_fullsize@2x.jpg?raw=true' alt='Utopia logo' style={{ width: 118, height: 150 }} /> </div>
The text was updated successfully, but these errors were encountered:
bkrmendy
Successfully merging a pull request may close this issue.
Problem
The on-canvas gap control doesn't show up between items that are generated, even if those are not in a fragment
Code
The text was updated successfully, but these errors were encountered: