fix(client): increase line height of list items in challenge description (#52859)

This commit is contained in:
Huyen Nguyen
2024-01-05 07:37:45 +07:00
committed by GitHub
parent f4572418bc
commit da4bfd49c0
2 changed files with 5 additions and 0 deletions
@@ -11,3 +11,7 @@
#description ol li a {
word-break: break-all;
}
#description ol li {
line-height: 1.5;
}
@@ -20,6 +20,7 @@
display: flex;
width: 100%;
align-items: center;
line-height: 1.5;
}
.test-result:nth-child(odd) {