twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
23.12k stars 2.41k forks source link

Set white-space nowrap for table cells #8568

Closed khuddite closed 3 days ago

khuddite commented 3 days ago

Fixes: #8552

  1. Summary It seems table cell content is missing white-space: nowrap, so it breaks the content into multiple lines when there are spaces or such.

  2. Solution Set white-space: nowrap for the table cell container so it always takes a single line regardless of the length of the content.

  3. Recording

https://github.com/user-attachments/assets/a42a2e80-d1fc-43b1-bf87-d52bf0367a88

github-actions[bot] commented 3 days ago

Thanks @khuddite for your contribution! This marks your 8th PR on the repo. You're top 4% of all our contributors 🎉 See contributor page - Share on LinkedIn - Share on Twitter

Contributions