Fixes issue where markdown table cell text was rendering character-by-character vertically instead of horizontally. The root cause was the parent .markdown container’s word-break: break-word property affecting table cells.
Solution: Override word-break and overflow-wrap to ‘normal’ for table cells (td and th) to prevent character-level breaking while maintaining proper text wrapping behavior.
Fixes: 90c33657e807e809594049c18968254438f88f7b
Fixes issue where markdown table cell text was rendering character-by-character vertically instead of horizontally. The root cause was the parent .markdown container’s word-break: break-word property affecting table cells.
Solution: Override word-break and overflow-wrap to ‘normal’ for table cells (td and th) to prevent character-level breaking while maintaining proper text wrapping behavior.
Fixes: 90c33657e807e809594049c18968254438f88f7b
Archiving this one, seems like a duplicate of https://radicle.network/nodes/iris.radicle.network/rad%3Az4D5UCArafTzTQpDZNQRuqswh3ury/patches/b742a9b7f4fff8efa50c0eda4d7844b97fbcdcfe.