Skip to content

Commit 58a6f97

Browse files
authored
Corrige l'affichage si l'espacement des carctères est grand (#305)
* fix: increase spacing between criterium number and title * docs: update changelog
1 parent 86d674c commit 58a6f97

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Tous les changements notables de Ara sont documentés ici avec leur date, leur c
66

77
### Correction 🐛
88

9+
- Améliore la lisibilité du texte lorsque l'espacement des caractères est agrandi ([#305](https://github.com/DISIC/Ara/pull/305))
910
- Corrige l’affichage des longues URL dans le rapport ([#306](https://github.com/DISIC/Ara/pull/306))
1011

1112
## 15/02/2023

confiture-web-app/src/components/AuditGenerationCriterium.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const uniqueId = computed(() => {
198198
<!-- STATUS -->
199199
<RadioGroup
200200
v-model="result.status"
201-
class="fr-ml-5w"
201+
class="fr-ml-6w"
202202
:label="`Statut du critère ${topicNumber}.${criterium.number}`"
203203
hide-label
204204
:default-value="CriteriumResultStatus.NOT_TESTED"
@@ -259,6 +259,7 @@ const uniqueId = computed(() => {
259259
.criterium-main-section {
260260
display: grid;
261261
grid-template-columns: 2.5rem 1fr;
262+
gap: 0.5rem;
262263
}
263264
264265
.criterium-number,

0 commit comments

Comments
 (0)