diff options
| author | Adam <[email protected]> | 2026-02-06 13:40:23 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-06 13:45:48 -0600 |
| commit | 24ed2d3a1d1c846f30e265f34838a48aa97fb32d (patch) | |
| tree | c8e58dfe2c2aab14a49399657a3067960a485c66 | |
| parent | a25cd2da727f0171cea7a23611abb56b8003b7d2 (diff) | |
| download | opencode-24ed2d3a1d1c846f30e265f34838a48aa97fb32d.tar.gz opencode-24ed2d3a1d1c846f30e265f34838a48aa97fb32d.zip | |
fix(ui): markdown table rendering
| -rw-r--r-- | packages/ui/src/components/markdown.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index ef4318733..68ae93bda 100644 --- a/packages/ui/src/components/markdown.css +++ b/packages/ui/src/components/markdown.css @@ -181,6 +181,8 @@ border-collapse: collapse; margin: 1.5rem 0; font-size: var(--font-size-base); + display: block; + overflow-x: auto; } th, |
