Skip to content

Commit

Permalink
Reset th alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Dec 12, 2024
1 parent bcf7099 commit 3303879
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ exports[`\`@import 'tailwindcss'\` is replaced with the generated CSS 1`] = `
border-collapse: collapse;
}
th {
text-align: inherit;
}
:-moz-focusring {
outline: auto;
}
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwindcss/preflight.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ table {
border-collapse: collapse; /* 3 */
}

/*
Remove centered alignment from table headings.
*/

th {
text-align: inherit;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
Expand Down

0 comments on commit 3303879

Please sign in to comment.