Skip to content

Commit

Permalink
Simplication template pour éviter troncature des mots et mise en plac…
Browse files Browse the repository at this point in the history
…e d'un Span aria sur le texte
  • Loading branch information
jvk88511334 committed Oct 7, 2024
1 parent d20a376 commit 7b82520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/NavigateNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Première ligne</div>
<span aria-label="Navigation à la première ligne">Première ligne</span>
</v-row>
<!--Conteneur bouton 2-->
<v-row class="d-flex justify-center">
Expand All @@ -28,7 +28,7 @@
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 5em; text-align: center;">Ligne précédente</div>
<span aria-label="Navigation à la ligne précédente">Ligne précédente</span>
</v-row>
<!--Conteneur bouton 3-->
<v-row class="d-flex justify-center">
Expand All @@ -43,7 +43,7 @@
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Ligne suivante</div>
<span aria-label="Navigation à la ligne suivante">Ligne suivante</span>
</v-row>
<!--Conteneur bouton 4-->
<v-row class="d-flex justify-center">
Expand All @@ -58,7 +58,7 @@
</v-btn>
</v-row>
<v-row class="d-flex justify-center">
<div style="width: 4em; text-align: center;">Dernière ligne</div>
<span aria-label="Navigation à la dernière ligne">Dernière ligne</span>
</v-row>
</template>
<script setup>
Expand Down

0 comments on commit 7b82520

Please sign in to comment.