Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
fix: markdown table text displaying vertically
Archived did:key:z6Mkgi3E...CKMz opened 3 months ago

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

did:key:z6Mkgi3E...CKMz opened with revision 6e785178 on base e48cc100 +4 -1 3 months ago

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

rudolfs commented on revision 1 2 days ago

Archiving this one, seems like a duplicate of https://radicle.network/nodes/iris.radicle.network/rad%3Az4D5UCArafTzTQpDZNQRuqswh3ury/patches/b742a9b7f4fff8efa50c0eda4d7844b97fbcdcfe.