From 926b68f1e538c0058a889ad2454436821297af36 Mon Sep 17 00:00:00 2001 From: Jeroen Zwartepoorte Date: Wed, 19 Aug 2020 15:41:39 +0200 Subject: [PATCH] Add missing line-height to . --- lib/components/src/blocks/Typeset.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/src/blocks/Typeset.tsx b/lib/components/src/blocks/Typeset.tsx index e9871aea4b03..ae1193e0a83c 100644 --- a/lib/components/src/blocks/Typeset.tsx +++ b/lib/components/src/blocks/Typeset.tsx @@ -60,6 +60,7 @@ export const Typeset: FunctionComponent = ({ fontFamily, fontSize: size, fontWeight, + lineHeight: size, }} > {sampleText || 'Was he a beast if music could move him so?'}