mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:41:08 +08:00
Merge pull request #12134 from jpzwarte/add-missing-line-height-to-typeset
Addon-docs: Fix missing line-height on TypeSet block
This commit is contained in:
commit
9326e4d745
@ -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?'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user