Skip to content

Commit

Permalink
8288671: Problematic fix for font boosting
Browse files Browse the repository at this point in the history
Reviewed-by: jjg
  • Loading branch information
hns committed Jun 21, 2022
1 parent 453e8be commit b9c3966
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -62,9 +62,9 @@ h5 {
h6 {
font-size:13px;
}
/* Disable font boosting */
h1, h2, h3, h4, h5, h6 {
max-height: 2em;
/* Disable font boosting for selected elements */
h1, h2, h3, h4, h5, h6, div.member-signature {
max-height: 1000em;
}
ul {
list-style-type:disc;
Expand Down

0 comments on commit b9c3966

Please sign in to comment.