Align input fields correctly on orders page

The margin-top is not needed here. It will be added where needed in a separate commit.
This commit is contained in:
drummer83
2025-02-16 17:35:58 +01:00
parent bf62d16ca5
commit 5651687a25
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.admin-orders-index-search {
.inline-checkbox {
// Ensure it lines up with other fields
min-height: 5.4em;
// Ensure all fields have same min. height so they align well
.field {
min-height: 6em;
}
}

View File

@@ -316,7 +316,6 @@ select {
.inline-checkbox {
display: inline-flex;
align-items: center;
margin-top: 3px;
input,
label {