Skip to content

Commit

Permalink
Remove padding, add flex and justify center
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanhorne committed Sep 10, 2024
1 parent 463729d commit 08e6811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ form.__ns__-table {
}

.__ns__-table thead th span {
display: inline-block;
display: inline-flex;
justify-content: center;
width: 0.5em;
margin-left: -0.5em;
padding-right: 0.25em;
}

.__ns__-table td,
Expand Down

0 comments on commit 08e6811

Please sign in to comment.