Closed khuddite closed 3 days ago
Fixes: #8552
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.
white-space: nowrap
Solution Set white-space: nowrap for the table cell container so it always takes a single line regardless of the length of the content.
Recording
https://github.com/user-attachments/assets/a42a2e80-d1fc-43b1-bf87-d52bf0367a88
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
Fixes: #8552
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.Solution Set
white-space: nowrap
for the table cell container so it always takes a single line regardless of the length of the content.Recording
https://github.com/user-attachments/assets/a42a2e80-d1fc-43b1-bf87-d52bf0367a88