Skip to content

Commit

Permalink
Fix horizontal padding issue in tables
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Dec 16, 2023
1 parent 5c4156b commit b1a77d4
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 b1a77d4

Please sign in to comment.