Merge "Fix font-weight for author/draft title in comment"
This commit is contained in:
@@ -42,7 +42,7 @@ export const htmlTemplate = html`
|
||||
padding: var(--spacing-m);
|
||||
}
|
||||
.headerLeft > span {
|
||||
font-weight: bold;
|
||||
font-weight: var(--font-weight-bold);
|
||||
}
|
||||
.container.collapsed .header {
|
||||
margin-bottom: calc(0 - var(--spacing-m));
|
||||
|
||||
Reference in New Issue
Block a user