mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-16 01:11:25 +01:00
set line height for form fields
This commit is contained in:
parent
d41d310ed6
commit
6e1b4425d6
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 1aa774b99f73123b0bcf2654e4ba59fe95f39563
|
Subproject commit 93edd272dde1d0d5739c29a57668849fb445eee3
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user