mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 00:25:02 +00:00
feat(rgcp): alignement des titres des colonnes avec les nombres
This commit is contained in:
parent
61d55808ca
commit
062533df30
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue