Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix breaking centered text-alignment for td, th (#400)
* fix breaking centered text-alignment for td, th I noticed that :where(td,th) has text-align: left set, which messes things up when td or th has align="center" in their html tag. I fixed this issue, but I think it would be better to remove the alignment from :where(td,th) altogether, because it might also cause problems for right-to-left users. * Update src/extra/normalize.src.css --------- Co-authored-by: Adam Argyle <[email protected]>
- Loading branch information