fix(client): Increased line height of quiz labels containing ruby (#64633)

This commit is contained in:
laxita
2025-12-16 02:22:11 +05:30
committed by GitHub
parent f411fc156a
commit a102b19dcc

View File

@@ -21,3 +21,7 @@
font-size: 1rem;
margin: 0 0 1.2rem;
}
.quiz-answer-label:has(ruby) {
line-height: 1.7rem;
}