Skip to content

Commit

Permalink
fix(helper): fix table style normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 20, 2024
1 parent 13279d8 commit 7bf684d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/helper/src/client/styles/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,9 @@ kbd {

table {
display: block;

overflow-x: auto;

margin: 1rem 0;
border: 1px solid var(--vp-c-border-hard, #d1d4d7);
border-collapse: collapse;

transition: border-color var(--vp-t-color);
}

tbody tr:nth-child(odd) {
Expand Down

0 comments on commit 7bf684d

Please sign in to comment.