1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-10 05:13:27 +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

2
jslib

Submodule jslib updated: 1aa774b99f...93edd272dd

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 {

View File

@@ -48,6 +48,7 @@
"check-preblock",
"check-separator",
"check-type"
]
],
"max-classes-per-file": false
}
}