Merge "Fix font-weight for author/draft title in comment"

This commit is contained in:
Ben Rohlfs
2020-04-24 10:58:45 +00:00
committed by Gerrit Code Review

View File

@@ -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));