Skip to content

Commit

Permalink
fix: quirks mode table rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 20, 2024
1 parent 27b85b4 commit 600ea62
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/style/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,13 @@
table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
font-size: 1em;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
line-height: inherit;
text-decoration: inherit;
white-space: inherit;
}
}

0 comments on commit 600ea62

Please sign in to comment.