mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 08:49:01 +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"] {
|
||||
user-select: text;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue