openclaw/ui/src/styles
Ash (Bug Lab) 5084621f43 fix(ui): ensure GFM tables render in WebChat markdown (#20410)
- Pass gfm:true + breaks:true explicitly to marked.parse() so table
  support is guaranteed even if global setOptions() is bypassed or
  reset by a future refactor (defense-in-depth)
- Add display:block + overflow-x:auto to .chat-text table so wide
  multi-column tables scroll horizontally instead of being clipped
  by the parent overflow-x:hidden chat container
- Add regression tests for GFM table rendering in markdown.test.ts
2026-03-03 01:14:30 +00:00
..
chat style(chat): UI: add mobile layout for chat compose actions 2026-02-26 08:03:57 +05:30
base.css ui: remove Google Fonts import blocked by CSP (style-src 'self' 'unsafe-inline'); fonts never loaded; closes #28038 2026-02-27 01:44:41 +01:00
chat.css revert(ui): remove UI portions of mixed commits from main 2026-02-22 13:01:22 -06:00
components.css fix(ui): ensure GFM tables render in WebChat markdown (#20410) 2026-03-03 01:14:30 +00:00
config.css fix(ui): preserve margin-top: 0 for onboarding mode 2026-03-02 11:01:27 -06:00
layout.css revert(ui): remove UI portions of mixed commits from main 2026-02-22 13:01:22 -06:00
layout.mobile.css revert(ui): remove UI portions of mixed commits from main 2026-02-22 13:01:22 -06:00