mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
line height for text inputs styled globaly
This commit is contained in:
parent
b405fce103
commit
1ceff75f98
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ html, body, :global(#app) {
|
||||||
&[type="email"], &[type="password"], &[type="text"] {
|
&[type="email"], &[type="password"], &[type="text"] {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue