Skip to content

Commit

Permalink
Fix table padding
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 18, 2023
1 parent b8a8d29 commit b1cdf20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/DocItem/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const classNames = [
"prose-h1:text-4xl",
"prose-h2:text-3xl",
"prose-h3:text-2xl",

"prose-th:px-3",
"prose-td:px-3",
];

export default function DocItemContent({ children }) {
Expand Down

0 comments on commit b1cdf20

Please sign in to comment.