diff --git a/site/source/components/RéductionDeCotisations/RéductionMoisParMois.tsx b/site/source/components/RéductionDeCotisations/RéductionMoisParMois.tsx index c09ee8e21..ddaffe5c0 100644 --- a/site/source/components/RéductionDeCotisations/RéductionMoisParMois.tsx +++ b/site/source/components/RéductionDeCotisations/RéductionMoisParMois.tsx @@ -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;