Skip to content

Commit

Permalink
Accessibilité : Ajoute des balises paragraphe aux intitulés des quest…
Browse files Browse the repository at this point in the history
…ions d'autopositionnement
  • Loading branch information
etienneCharignon committed Nov 15, 2024
1 parent fbe468e commit 604e421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
.intitule-question {
display: flex;
align-items: center;
p {
margin: 0;
}
}

.jauge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ div class: 'autopositionnement questionnaire' do
auto_positionnement.questions_et_reponses(:jauge).each do |question, reponse|
div class: 'row' do
div class: 'col intitule-question' do
div question.transcription_intitule&.ecrit
para question.transcription_intitule&.ecrit
end
div class: 'col' do
div class: 'jauge' do
Expand Down

0 comments on commit 604e421

Please sign in to comment.