From 1ceff75f98c59c46c98e81edcdc2cda53ec4d23d Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 10 May 2019 10:59:12 +0300 Subject: [PATCH] line height for text inputs styled globaly --- src/App/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/styles.less b/src/App/styles.less index eedd1f6b6..27721ee8d 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -88,6 +88,7 @@ html, body, :global(#app) { &[type="email"], &[type="password"], &[type="text"] { user-select: text; font-size: inherit; + line-height: inherit; } }