Skip to content

Commit

Permalink
fix(Previewer): change initial => revert for td text-align
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jul 30, 2024
1 parent 07b1c0e commit ec9ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Previewer/style-reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export const resetStyle = css`
min-width: revert;
padding-block: revert;
padding-inline: revert;
text-align: initial;
text-align: revert;
}
}
Expand Down

0 comments on commit ec9ad49

Please sign in to comment.