marimo-team / marimo

A reactive notebook for Python — run reproducible experiments, execute as a script, deploy as an app, and version with git.
https://marimo.io
Apache License 2.0
7.95k stars 278 forks source link

force wrap columns in data-table when needed #2917

Closed Light2Dark closed 22 hours ago

Light2Dark commented 23 hours ago

📝 Summary

Screenshot 2024-11-22 at 12 40 23 AM

Long continuous text (no spaces) is not wrapped, this change is to force text to wrap.

🔍 Description of Changes

As a result:

Screenshot 2024-11-22 at 12 29 32 AM

📋 Checklist

📜 Reviewers

@akshayka OR @mscolnick

vercel[bot] commented 23 hours ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2024 5:05pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2024 5:05pm
Light2Dark commented 23 hours ago

fixed some tests since they were failing, let me know if it's unnecessary.