Fix delete button alignment

This commit is contained in:
Kalle
2026-06-12 17:36:07 +03:00
parent 0f010db221
commit 05a20a24b3
2 changed files with 6 additions and 1 deletions

View File

@@ -39,3 +39,7 @@
.itemInput {
flex: 1;
}
.removeButton {
height: var(--field-size);
}