Skip to content

Commit 4ace652

Browse files
authored
Minor: Translate comments in _survey.scss for clarity
1 parent 266b745 commit 4ace652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/scss/_survey.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ form#question-survey .survey_question {
120120
clear: both;
121121
}
122122

123-
/* Question label / contenu (texte de la question) */
123+
/* Question label / question text */
124124
form#question-survey .survey_question .question-text,
125125
form#question-survey .survey_question > label,
126126
form#question-survey .survey_question .control-label {
@@ -130,7 +130,7 @@ form#question-survey .survey_question .control-label {
130130
color: #111827;
131131
}
132132

133-
/* Conteneur d'options : alignement horizontal mais passe à la ligne si nécessaire */
133+
/* Options container: horizontal alignment + enf of line if necessary */
134134
form#question-survey .survey_question .options {
135135
display: flex !important;
136136
flex-wrap: wrap;

0 commit comments

Comments
 (0)