Skip to content

Commit

Permalink
Ignore user-agent default text-alignment for TH. Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
GehDoc committed Sep 7, 2023
1 parent 8d2221f commit 8198b72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ body > h1 {
#text_preview table {
border-collapse : collapse;
}
#text_preview table th {
text-align: unset;
}
#text_preview table th,
#text_preview table td {
padding : 4px 8px;
Expand Down

0 comments on commit 8198b72

Please sign in to comment.