Skip to content

Commit

Permalink
feat(rgcp): alignement des titres des colonnes avec les nombres
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Jan 21, 2025
1 parent 61d5580 commit 062533d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ const StyledTable = styled.table`
td {
padding: ${({ theme }) => theme.spacings.xs};
}
th:not(:first-of-type) {
text-align: right;
}
tbody tr th {
text-transform: capitalize;
font-weight: normal;
Expand Down

0 comments on commit 062533d

Please sign in to comment.