mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix display issue on order cycle form
Some of the form elements on the first OC edit page were covered up by the save bar in some cases. this ensures they are always visible and clickable.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@import "variables";
|
||||
|
||||
form.order_cycle {
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
|
||||
#schedule-dialog {
|
||||
table {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user