From 0e242286e7c51b78efd79360e1b53c3ca1874af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Wine=CC=81r?= Date: Fri, 8 Mar 2019 10:20:54 +0100 Subject: [PATCH] fix(typography): remove lineheight --- src/styles/typography.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/typography.js b/src/styles/typography.js index d993f2d2..3786318a 100644 --- a/src/styles/typography.js +++ b/src/styles/typography.js @@ -10,7 +10,6 @@ export default function createTypography() { const ifSmallDevice = (smallFontSize, largeFontSize) => ({ fontFamily: '"Nordnet Sans Mono", "Open Sans", sans', fontSize: smallFontSize, - lineHeight: 1.2, letterSpacing: 'normal', [`@media only screen and (min-width: ${SMALL_DEVICE}px)`]: { fontSize: largeFontSize,