Skip to content

Commit

Permalink
Merge branch 'main' into rc-announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos authored Dec 19, 2023
2 parents f40bed3 + 6d9cc1c commit 09a0fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TextContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const classNames = [
"dark:prose-headings:text-gray-50",

// <th>, <td>
"prose-th:px-3",
"prose-td:px-3",
"prose-th:!px-3",
"prose-td:!px-3",
];

export default function TextContent({
Expand Down

0 comments on commit 09a0fa5

Please sign in to comment.