Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
fix: markdown table text displaying vertically
Merged 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 b742a9b7 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 pushed revision 2 4212d932 on base af7d2e51 +4 -1 2 days ago

Rebase

rudolfs accepted 2 days ago

Nice!

rudolfs merged revision 4212d932 at 255bc46c 2 days ago