Skip to content
New issue

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

Stack gap is overridden on wider layouts #4587

Closed
iansan5653 opened this issue May 13, 2024 · 0 comments · Fixed by #4589
Closed

Stack gap is overridden on wider layouts #4587

iansan5653 opened this issue May 13, 2024 · 0 comments · Fixed by #4589
Assignees
Labels
bug Something isn't working component: Stack react

Comments

@iansan5653
Copy link
Contributor

iansan5653 commented May 13, 2024

Description

When Stack is rendered on a screen greater than 87.5rem wide, the gap between items is always overridden to 1rem - even if the gap is set to none or condensed.

Screen.Recording.2024-05-13.at.11.41.22.AM.mov

Steps to reproduce

<Stack gap="none">
  <span>A</span>
  <span>B</span>
</Stack>

Version

36.17.0

Browser

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: Stack react
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants