fix(ui): markdown table rendering

This commit is contained in:
Adam 2026-02-06 13:40:23 -06:00
parent a25cd2da72
commit 24ed2d3a1d
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -181,6 +181,8 @@
border-collapse: collapse;
margin: 1.5rem 0;
font-size: var(--font-size-base);
display: block;
overflow-x: auto;
}
th,