line height for text inputs styled globaly

This commit is contained in:
NikolaBorislavovHristov 2019-05-10 10:59:12 +03:00
parent b405fce103
commit 1ceff75f98

View file

@ -88,6 +88,7 @@ html, body, :global(#app) {
&[type="email"], &[type="password"], &[type="text"] {
user-select: text;
font-size: inherit;
line-height: inherit;
}
}