1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing inputs line-height

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-05-16 06:35:01 +03:00
parent f9fda30045
commit 974f04a15a
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
position: relative;
padding: $padding /4 * 3 0;
border-bottom: 1px solid $halfGray;
line-height: 1;
&:after {
content: "";

View File

@ -33,6 +33,7 @@ html {
min-height: 0;
box-shadow: 0 0 0 1px $halfGray;
cursor: pointer;
line-height: 1;
&--is-focused {
box-shadow: 0 0 0 1px $primary;