Skip to content

apply flex only for nested stacks#8357

Merged
akshayka merged 2 commits intomainfrom
sham/fix-flex-styling
Feb 19, 2026
Merged

apply flex only for nested stacks#8357
akshayka merged 2 commits intomainfrom
sham/fix-flex-styling

Conversation

@Light2Dark
Copy link
Collaborator

@Light2Dark Light2Dark commented Feb 18, 2026

📝 Summary

Fixes #8327. Only apply the flex styling for nested stacks. This is a safer fix than the original PR.

image

🔍 Description of Changes

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • Tests have been added for the changes made.
  • Documentation has been updated where applicable, including docstrings for API changes.
  • Pull request title is a good summary of the changes - it will be used in the release notes.

@vercel
Copy link

vercel bot commented Feb 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment Feb 18, 2026 6:01pm

Request Review

@Light2Dark Light2Dark changed the title apply flex only for containers that are not nested stacks apply flex only for containers that are flexed Feb 18, 2026
@Light2Dark Light2Dark changed the title apply flex only for containers that are flexed apply flex only for nested stacks Feb 18, 2026
@Light2Dark Light2Dark added the bug Something isn't working label Feb 18, 2026
@Light2Dark Light2Dark marked this pull request as ready for review February 18, 2026 15:14
@akshayka akshayka merged commit 886004d into main Feb 19, 2026
42 of 43 checks passed
@akshayka akshayka deleted the sham/fix-flex-styling branch February 19, 2026 00:04
@ms-pablo-ruiz
Copy link

@Light2Dark thanks for the fix!

LiquidGunay pushed a commit to LiquidGunay/marimo that referenced this pull request Feb 21, 2026
## 📝 Summary

<!--
Provide a concise summary of what this pull request is addressing.

If this PR closes any issues, list them here by number (e.g., Closes
marimo-team#123).
-->
Fixes marimo-team#8327. Only apply the flex styling for nested stacks. This is a
safer fix than the original PR.

<img width="617" height="745" alt="image"
src="https://github.com/user-attachments/assets/c06b8fd4-a863-4752-af7f-58c4ffdd67f3"
/>

## 🔍 Description of Changes

<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] Tests have been added for the changes made.
- [ ] Documentation has been updated where applicable, including
docstrings for API changes.
- [x] Pull request title is a good summary of the changes - it will be
used in the [release
notes](https://github.com/marimo-team/marimo/releases).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Regression in hstack flexbox behaviour

3 participants