fix(ui): use consistent height variable for select and input elements
This commit is contained in:
parent
686dc6b1f5
commit
07fa1487f1
2 changed files with 2 additions and 2 deletions
|
@ -22,6 +22,6 @@
|
|||
|
||||
&__label {
|
||||
flex: 2;
|
||||
line-height: var(--form-field-height);
|
||||
line-height: var(--input-height);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue