From 062533df30e2f213483fb68765765ee6e76401e1 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Tue, 21 Jan 2025 16:01:33 +0100 Subject: [PATCH] feat(rgcp): alignement des titres des colonnes avec les nombres --- .../components/RéductionDeCotisations/RéductionMoisParMois.tsx | 3 +++ 1 file changed, 3 insertions(+) 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;