Skip to content

Commit

Permalink
Merge pull request #5618 from hypothesis/fix-annotation-body-headers
Browse files Browse the repository at this point in the history
Fix line heights of headings in annotation bodies
  • Loading branch information
robertknight authored May 10, 2019
2 parents e522253 + 8c6726c commit 1ef2545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h/static/styles/core/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ $touch-input-font-size: 16px;
}

@mixin styled-text() {
// Reset the line-height in case any parent elements have set it.
line-height: normal;

h1, h2, h3, h4, h5, h6, p, ol, ul, img, pre, blockquote {
margin: .618em 0;
}
Expand Down

0 comments on commit 1ef2545

Please sign in to comment.