fix(ui): use consistent height variable for select and input elements

This commit is contained in:
Alexander Minges 2025-07-17 17:50:20 +02:00
parent 686dc6b1f5
commit 07fa1487f1
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -22,6 +22,6 @@
&__label {
flex: 2;
line-height: var(--form-field-height);
line-height: var(--input-height);
}
}