Skip to content

Commit

Permalink
Corrige des marges
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Jan 10, 2025
1 parent b0115b0 commit 0772e8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const IndicateurDetailChart = ({

{!!metadonnee && (
<DataSourceTooltip metadonnee={metadonnee}>
<Icon icon="information-line" className="text-primary" />
<Icon icon="information-line" className="text-primary px-6" />
</DataSourceTooltip>
)}
</div>
Expand All @@ -100,7 +100,7 @@ const IndicateurDetailChart = ({
) : (
<EmptyCard
size="xs"
className="h-64"
className="h-64 my-8"
picto={(props) => <PictoIndicateurVide {...props} />}
title="Aucune valeur n'est associée aux résultats ou aux objectifs de la collectivité !"
/>
Expand Down

0 comments on commit 0772e8d

Please sign in to comment.