mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): increase line height of list items in challenge description (#52859)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user