mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -316,7 +316,6 @@ select {
|
||||
.inline-checkbox {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-top: 3px;
|
||||
|
||||
input,
|
||||
label {
|
||||
|
||||
Reference in New Issue
Block a user