fix(curriculum): display C# training URL link appropriately (#51425)

This commit is contained in:
Manabu Matsumoto
2023-09-01 01:55:13 +09:00
committed by GitHub
parent a1bc2d6c0d
commit 6edf3650b8
2 changed files with 8 additions and 0 deletions
@@ -7,3 +7,7 @@
margin-bottom: 1.45rem;
font-size: 0.9rem;
}
#description ol li a {
word-break: break-all;
}
@@ -7,6 +7,10 @@
margin-bottom: 5px;
}
.link-ms-user-ol li a {
word-break: break-all;
}
.link-ms-user-ol li:last-child {
margin-bottom: 0;
}