mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(client): Increased line height of quiz labels containing ruby (#64633)
This commit is contained in:
@@ -21,3 +21,7 @@
|
||||
font-size: 1rem;
|
||||
margin: 0 0 1.2rem;
|
||||
}
|
||||
|
||||
.quiz-answer-label:has(ruby) {
|
||||
line-height: 1.7rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user