fix: update font size and weight in form timeline (#35848)

This commit is contained in:
Saqib Ansari 2026-01-12 14:38:15 +05:30 committed by GitHub
parent 080d28b5b1
commit 567da33a80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -172,6 +172,8 @@
.comment-title {
@extend .head-title;
font-size: 16px;
font-weight: 500;
}
.comment-count {
margin-left: 5px;

View file

@ -67,7 +67,8 @@ $threshold: 34;
h4 {
flex: auto;
margin-bottom: 0;
font-weight: 700;
font-size: 16px;
font-weight: 500;
}
}
.timeline-item {