Skip to content

Commit

Permalink
reduce transverse callout size (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Nov 6, 2024
1 parent 5ee6d96 commit c665c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions confiture-web-app/src/components/report/ReportResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const transverseNotCompliantCount = computed(() => {
</div>

<div v-if="transverseNotCompliantCount" class="fr-callout fr-mb-6w">
<p class="fr-callout__text fr-mb-2w">
<p class="fr-callout__text fr-text--md fr-mb-2w">
<strong>{{ transverseNotCompliantCount }}</strong>
{{ pluralize("critère", "critères", transverseNotCompliantCount) }}
non
Expand All @@ -215,7 +215,7 @@ const transverseNotCompliantCount = computed(() => {
name: 'report',
params: { uniqueId, tab: slugify('Détails des non-conformités') }
}"
class="fr-link"
class="fr-link fr-link--sm"
@click="$emit('toTab', 'Détails des non-conformités')"
>Voir
{{
Expand Down

0 comments on commit c665c19

Please sign in to comment.