Skip to content

Commit

Permalink
update spacing in overview steps (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Feb 1, 2024
1 parent 7d8e886 commit 3154404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/overview/AuditStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const auditIsInProgress = computed(() => {

<template>
<StepCard>
<div class="fr-mb-1w audit-step-heading">
<div class="fr-mb-3w audit-step-heading">
<span
v-if="auditIsReady"
id="audit-step-status"
Expand Down
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/overview/ReportStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const auditIsReady = computed(() => {

<template>
<StepCard>
<div class="fr-mb-1w report-step-heading">
<div class="fr-mb-3w report-step-heading">
<span
v-if="auditIsReady"
id="report-step-status"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const auditIsPublishable = computed(() => {

<template>
<StepCard>
<div class="fr-mb-1w statement-step-heading">
<div class="fr-mb-3w statement-step-heading">
<span
v-if="auditIsPublishable"
id="statement-step-status"
Expand Down

0 comments on commit 3154404

Please sign in to comment.