Skip to content

Conversation

@Light2Dark
Copy link
Contributor

📝 Summary

Small issue where the chat panel was clipping the container.

before:
image

after:
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.
@Light2Dark Light2Dark added the bug Something isn't working label Jan 22, 2026
@Light2Dark Light2Dark requested a review from manzt as a code owner January 22, 2026 06:36
@vercel
Copy link

vercel bot commented Jan 22, 2026

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

Project Deployment Review Updated (UTC)
marimo-docs Ready Ready Preview, Comment Jan 22, 2026 6:36am

Request Review

@Light2Dark Light2Dark merged commit 21f42d4 into main Jan 22, 2026
31 of 32 checks passed
@Light2Dark Light2Dark deleted the sham/add-wrap-for-chat-panel branch January 22, 2026 14:58
@github-actions
Copy link

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.19.5-dev39

botterYosuke pushed a commit to botterYosuke/marimo that referenced this pull request Jan 23, 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).
-->
Small issue where the chat panel was clipping the container.

before:
<img width="351" height="154" alt="image"
src="https://github.com/user-attachments/assets/51c4f0a7-0381-44fe-9533-af722767c6fd"
/>

after:
<img width="404" height="176" alt="image"
src="https://github.com/user-attachments/assets/2820531a-412b-4748-831a-14c0e401a40d"
/>


## 🔍 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).
- [ ] 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

3 participants