mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Update RemarkRenderer.tsx
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user