Skip to content

Commit

Permalink
Fix: Invalid font-size property value issue. (#9341)
Browse files Browse the repository at this point in the history
"normal" is invalid property value, so change from "normal" to "medium".
  • Loading branch information
H1Gdev authored and not-an-aardvark committed Sep 24, 2017
1 parent a7668c2 commit 434d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formatters/html-template-page.html
Expand Up @@ -29,7 +29,7 @@
}
th {
font-weight:400;
font-size:normal;
font-size:medium;
text-align:left;
cursor:pointer
}
Expand Down

0 comments on commit 434d9e2

Please sign in to comment.