From c3eaf658d7f19fa8b6381ad9806e0d994ae18cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Mon, 8 Oct 2018 17:14:45 +0100 Subject: [PATCH] fix: fix text button line heights --- src/components/text-button/TextButton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/text-button/TextButton.css b/src/components/text-button/TextButton.css index 7a7dc2c..848165e 100644 --- a/src/components/text-button/TextButton.css +++ b/src/components/text-button/TextButton.css @@ -37,7 +37,7 @@ } & .text { - @mixin typography-caption em; + @mixin typography-caption em, no-line-height; } & .icon {