Merge pull request #13156 from drummer83/orders_input_align

Align inputs on orders list and adjust position of checkboxes for reports
This commit is contained in:
Filipe
2025-02-27 16:04:16 -06:00
committed by GitHub
2 changed files with 9 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

@@ -313,10 +313,15 @@ select {
background-color: white;
}
.rendering-options {
.inline-checkbox {
margin-top: 2px;
}
}
.inline-checkbox {
display: inline-flex;
align-items: center;
margin-top: 3px;
input,
label {