Skip to content

Commit a102b19

Browse files
authored
fix(client): Increased line height of quiz labels containing ruby (freeCodeCamp#64633)
1 parent f411fc1 commit a102b19

File tree

1 file changed

+4
-0
lines changed
  • client/src/templates/Challenges/quiz

1 file changed

+4
-0
lines changed

client/src/templates/Challenges/quiz/show.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
font-size: 1rem;
2222
margin: 0 0 1.2rem;
2323
}
24+
25+
.quiz-answer-label:has(ruby) {
26+
line-height: 1.7rem;
27+
}

0 commit comments

Comments
 (0)