Skip to content

Commit

Permalink
Merge pull request #12134 from jpzwarte/add-missing-line-height-to-ty…
Browse files Browse the repository at this point in the history
…peset

Addon-docs: Fix missing line-height on TypeSet block
  • Loading branch information
shilman committed Sep 5, 2020
2 parents c86464a + 926b68f commit 9326e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/blocks/Typeset.tsx
Expand Up @@ -60,6 +60,7 @@ export const Typeset: FunctionComponent<TypesetProps> = ({
fontFamily,
fontSize: size,
fontWeight,
lineHeight: size,
}}
>
{sampleText || 'Was he a beast if music could move him so?'}
Expand Down

0 comments on commit 9326e4d

Please sign in to comment.