Skip to content

Commit

Permalink
Merge pull request #139 from abes-esr/fix-ecran-simulation-largeur-te…
Browse files Browse the repository at this point in the history
…xtes-bouton-navigation

Simplication template pour éviter troncature des mots et mise en plac…
  • Loading branch information
EryneKL authored Oct 7, 2024
2 parents d20a376 + 7b82520 commit cabaddc
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 cabaddc

Please sign in to comment.