mirror of
https://github.com/bitwarden/desktop
synced 2025-12-10 21:33:43 +00:00
set line height for form fields
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 1aa774b99f...93edd272dd
@@ -67,6 +67,7 @@ input, select, textarea {
|
|||||||
input, select, textarea, button {
|
input, select, textarea, button {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
font-family: $font-family-sans-serif;
|
font-family: $font-family-sans-serif;
|
||||||
|
line-height: $line-height-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
"check-preblock",
|
"check-preblock",
|
||||||
"check-separator",
|
"check-separator",
|
||||||
"check-type"
|
"check-type"
|
||||||
]
|
],
|
||||||
|
"max-classes-per-file": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user