1
0
Fork 0
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:
Alice Dahan 2025-01-21 16:01:33 +01:00 committed by liliced
parent 61d55808ca
commit 062533df30

View file

@ -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;