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
|
@ -26,7 +26,7 @@
|
|||
|
||||
&__property-select {
|
||||
width: 100%;
|
||||
height: var(--form-field-height);
|
||||
height: var(--input-height);
|
||||
}
|
||||
|
||||
&__property-multi-input {
|
||||
|
|
|
@ -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