mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 16:02:38 +00:00
* fix(editor): improve rich markdown table readability Show borders and subtle striping for rich markdown tables so cell boundaries stay legible in the formatted editor. * fix(editor): keep rich table headers sentence case Keep the new table styling readable without forcing header text to uppercase. * style(rich-md): fix table striping against Tiptap tbody-only DOM Switch zebra striping to nth-child(odd) so the shaded row doesn't sit directly under the header, and drop the compounding th font-size. --------- Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com>