mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
fix lineheight in typeset component
This commit is contained in:
parent
a5bd17f262
commit
b57e807b5d
@ -60,7 +60,7 @@ export const Typeset: FunctionComponent<TypesetProps> = ({
|
||||
fontFamily,
|
||||
fontSize: size,
|
||||
fontWeight,
|
||||
lineHeight: size,
|
||||
lineHeight: 1.2,
|
||||
}}
|
||||
>
|
||||
{sampleText || 'Was he a beast if music could move him so?'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user