1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

set line height for form fields

This commit is contained in:
Kyle Spearrin
2018-06-28 23:20:31 -04:00
parent d41d310ed6
commit 6e1b4425d6
3 changed files with 4 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ input, select, textarea {
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;
line-height: $line-height-base;
}
button {