Skip to content

Commit

Permalink
Merge pull request #1550 from SocialGouv/fix/us-3078-modifier-taille-…
Browse files Browse the repository at this point in the history
…trier-par-dernier-aciviter

feat(us-3078): fixer taille de text
  • Loading branch information
Anhara01 authored Dec 13, 2024
2 parents 48837f9 + 1d62520 commit 51c62a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/jeune/TableauBeneficiaires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function TableauBeneficiaires(
!triDerniereActiviteChronologique
)
}}
className='flex float-right mt-8 mb-8 text-m-regular text-right text-grey_800'
className='flex float-right mt-4 mb-4 text-s-regular text-right'
title={
triDerniereActiviteChronologique
? 'Trier par dernière activité ordre antichronologique'
Expand Down

0 comments on commit 51c62a6

Please sign in to comment.