Update RemarkRenderer.tsx

This commit is contained in:
Ganni
2024-12-02 21:35:05 -05:00
committed by GitHub
parent 2424f2ddf4
commit 22c960d193

View File

@@ -81,11 +81,13 @@ const components = {
`, `,
table: styled.table` table: styled.table`
border-collapse: collapse; border-collapse: collapse;
width: 100%;
table-layout: fixed;
th, th,
td { td {
padding: 6px; padding: 6px;
border: 1px solid var(--tertiary-foreground); border: 0px solid var(--tertiary-foreground);
} }
`, `,
ul: styled.ul` ul: styled.ul`